Shades of Bright Turquoise #04F9E2
Tints of Bright Turquoise #04F9E2
RGB
CMYK
RGB Variations
Color information
#04F9E2 (or 0x04F9E2) is known color: Bright Turquoise. HEX triplet: 04, F9 and E2. RGB value is (4,249,226). Sum of RGB (Red+Green+Blue) = 4+249+226=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9E2 is #FB061D. Grayscale: #ACACAC. Windows color (decimal): -16451102 or 14874884. OLE color: 14874884.
HSL color Cylindrical-coordinate representation of color #04F9E2: hue angle of 174.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F9E2 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 226 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.02 |
| HSL | 174.37º | 0.97% | 0.5% | - |
| HSV(B) | 174.37º | 0.98% | 0.98% | - |
| XYZ | 47.65 | 73.27 | 83.58 | - |
| YUV | 173.12 | 157.83 | 7.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 226 | 0.98 | 0 | 0.09 | 0.02 | 174.37 | 0.97 | 0.5 |
| Hex | 4 | F9 | E2 | 62 | 0 | 9 | 2 | AE | 61 | 32 |
| Octal | 4 | 371 | 342 | 142 | 0 | 11 | 2 | 256 | 141 | 62 |
| Binary | 100 | 11111001 | 11100010 | 1100010 | 0 | 1001 | 10 | 10101110 | 1100001 | 110010 |
Color Harmonies of #04F9E2
Complementary color
Monochromatic Colors of #04F9E2
Black with #04F9E2
Text Example
Text Example
White with #04F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F9E2; }
p { color: rgb(4,249,226); }
H1.HeaderClassName
{
color: #04F9E2;
}
.AnyTagClassName
{
color: #04F9E2;
}
</style>
background-color css
<style>
a { background-color: #04F9E2; }
a { background-color: rgb(4,249,226); }
div.DivClassName
{
background-color: #04F9E2;
}
.BgClassName
{
background-color: #04F9E2;
}
</style>
border-color css
<style>
span { border-color: #04F9E2; }
span { border-color: rgb(4,249,226); }
td.TdClassName
{
border-color: #04F9E2;
}
.TagClassName
{
border-color: #04F9E2;
}
</style>