Shades of Bright Turquoise #04E2F9
Tints of Bright Turquoise #04E2F9
RGB
CMYK
RGB Variations
Color information
#04E2F9 (or 0x04E2F9) is known color: Bright Turquoise. HEX triplet: 04, E2 and F9. RGB value is (4,226,249). Sum of RGB (Red+Green+Blue) = 4+226+249=479 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #04E2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E2F9 is #FB1D06. Grayscale: #A1A1A1. Windows color (decimal): -16456967 or 16376324. OLE color: 16376324.
HSL color Cylindrical-coordinate representation of color #04E2F9: hue angle of 185.63º 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 #04E2F9 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 226 | 249 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.02 |
| HSL | 185.63º | 0.97% | 0.5% | - |
| HSV(B) | 185.63º | 0.98% | 0.98% | - |
| XYZ | 44.35 | 61.26 | 99.11 | - |
| YUV | 162.24 | 176.95 | 15.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 249 | 0.98 | 0.09 | 0 | 0.02 | 185.63 | 0.97 | 0.5 |
| Hex | 4 | E2 | F9 | 62 | 9 | 0 | 2 | BA | 61 | 32 |
| Octal | 4 | 342 | 371 | 142 | 11 | 0 | 2 | 272 | 141 | 62 |
| Binary | 100 | 11100010 | 11111001 | 1100010 | 1001 | 0 | 10 | 10111010 | 1100001 | 110010 |
Color Harmonies of #04E2F9
Complementary color
Monochromatic Colors of #04E2F9
Black with #04E2F9
Text Example
Text Example
White with #04E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2F9; }
p { color: rgb(4,226,249); }
H1.HeaderClassName
{
color: #04E2F9;
}
.AnyTagClassName
{
color: #04E2F9;
}
</style>
background-color css
<style>
a { background-color: #04E2F9; }
a { background-color: rgb(4,226,249); }
div.DivClassName
{
background-color: #04E2F9;
}
.BgClassName
{
background-color: #04E2F9;
}
</style>
border-color css
<style>
span { border-color: #04E2F9; }
span { border-color: rgb(4,226,249); }
td.TdClassName
{
border-color: #04E2F9;
}
.TagClassName
{
border-color: #04E2F9;
}
</style>