Shades of Bright Turquoise #04E5CB
Tints of Bright Turquoise #04E5CB
RGB
CMYK
RGB Variations
Color information
#04E5CB (or 0x04E5CB) is known color: Bright Turquoise. HEX triplet: 04, E5 and CB. RGB value is (4,229,203). Sum of RGB (Red+Green+Blue) = 4+229+203=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #04E5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E5CB is #FB1A34. Grayscale: #9E9E9E. Windows color (decimal): -16456245 or 13362436. OLE color: 13362436.
HSL color Cylindrical-coordinate representation of color #04E5CB: hue angle of 173.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E5CB is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 203 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.10 |
| HSL | 173.07º | 0.97% | 0.46% | - |
| HSV(B) | 173.07º | 0.98% | 0.9% | - |
| XYZ | 38.85 | 60.38 | 66.11 | - |
| YUV | 158.76 | 152.96 | 17.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 203 | 0.98 | 0 | 0.11 | 0.10 | 173.07 | 0.97 | 0.46 |
| Hex | 4 | E5 | CB | 62 | 0 | B | A | AD | 61 | 2E |
| Octal | 4 | 345 | 313 | 142 | 0 | 13 | 12 | 255 | 141 | 56 |
| Binary | 100 | 11100101 | 11001011 | 1100010 | 0 | 1011 | 1010 | 10101101 | 1100001 | 101110 |
Color Harmonies of #04E5CB
Complementary color
Monochromatic Colors of #04E5CB
Black with #04E5CB
Text Example
Text Example
White with #04E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E5CB; }
p { color: rgb(4,229,203); }
H1.HeaderClassName
{
color: #04E5CB;
}
.AnyTagClassName
{
color: #04E5CB;
}
</style>
background-color css
<style>
a { background-color: #04E5CB; }
a { background-color: rgb(4,229,203); }
div.DivClassName
{
background-color: #04E5CB;
}
.BgClassName
{
background-color: #04E5CB;
}
</style>
border-color css
<style>
span { border-color: #04E5CB; }
span { border-color: rgb(4,229,203); }
td.TdClassName
{
border-color: #04E5CB;
}
.TagClassName
{
border-color: #04E5CB;
}
</style>