Shades of Bright Turquoise #04E5E9
Tints of Bright Turquoise #04E5E9
RGB
CMYK
RGB Variations
Color information
#04E5E9 (or 0x04E5E9) is known color: Bright Turquoise. HEX triplet: 04, E5 and E9. RGB value is (4,229,233). Sum of RGB (Red+Green+Blue) = 4+229+233=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #04E5E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E5E9 is #FB1A16. Grayscale: #A1A1A1. Windows color (decimal): -16456215 or 15328516. OLE color: 15328516.
HSL color Cylindrical-coordinate representation of color #04E5E9: hue angle of 181.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E5E9 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 229 | 233 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.09 |
| HSL | 181.05º | 0.97% | 0.46% | - |
| HSV(B) | 181.05º | 0.98% | 0.91% | - |
| XYZ | 42.78 | 61.95 | 86.79 | - |
| YUV | 162.18 | 167.96 | 15.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 233 | 0.98 | 0.02 | 0 | 0.09 | 181.05 | 0.97 | 0.46 |
| Hex | 4 | E5 | E9 | 62 | 2 | 0 | 9 | B5 | 61 | 2E |
| Octal | 4 | 345 | 351 | 142 | 2 | 0 | 11 | 265 | 141 | 56 |
| Binary | 100 | 11100101 | 11101001 | 1100010 | 10 | 0 | 1001 | 10110101 | 1100001 | 101110 |
Color Harmonies of #04E5E9
Complementary color
Monochromatic Colors of #04E5E9
Black with #04E5E9
Text Example
Text Example
White with #04E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E5E9; }
p { color: rgb(4,229,233); }
H1.HeaderClassName
{
color: #04E5E9;
}
.AnyTagClassName
{
color: #04E5E9;
}
</style>
background-color css
<style>
a { background-color: #04E5E9; }
a { background-color: rgb(4,229,233); }
div.DivClassName
{
background-color: #04E5E9;
}
.BgClassName
{
background-color: #04E5E9;
}
</style>
border-color css
<style>
span { border-color: #04E5E9; }
span { border-color: rgb(4,229,233); }
td.TdClassName
{
border-color: #04E5E9;
}
.TagClassName
{
border-color: #04E5E9;
}
</style>