What is the RGB code for bright aqua?
The CSS color bright aqua in RGB format is rgb(11, 249, 234). Use this value directly in CSS, SVG, and most design tools.
How do I use bright aqua in CSS?
To apply bright aqua in CSS:
- Text color: color: rgb(11, 249, 234);
- Background: background-color: rgb(11, 249, 234);
- Border: border-color: rgb(11, 249, 234);
What are all the color format values for bright aqua?
| Format | Value |
|---|---|
| HEX | #0bf9ea |
| RGB | rgb(11, 249, 234) |
| HSL | hsl(176.2, 95.2%, 51%) |
| CMYK | cmyk(95.6%, 0%, 6%, 2.4%) |
How do I convert bright aqua to RGB?
Select bright aqua from the color name list in our color converter. The RGB value — rgb(11, 249, 234) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright aqua belong to?
bright aqua belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 176.2°, saturation 95.2%, lightness 51%.
How do I create lighter and darker shades of bright aqua?
Lighter variant (lightness 66%): #56fbf0. Darker variant (lightness 36%): #04b3a8. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.