Shades of Bright Turquoise #04E8CB
Tints of Bright Turquoise #04E8CB
RGB
CMYK
RGB Variations
Color information
#04E8CB (or 0x04E8CB) is known color: Bright Turquoise. HEX triplet: 04, E8 and CB. RGB value is (4,232,203). Sum of RGB (Red+Green+Blue) = 4+232+203=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #04E8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04E8CB is #FB1734. Grayscale: #A0A0A0. Windows color (decimal): -16455477 or 13363204. OLE color: 13363204.
HSL color Cylindrical-coordinate representation of color #04E8CB: hue angle of 172.37º 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 #04E8CB is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 232 | 203 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.09 |
| HSL | 172.37º | 0.97% | 0.46% | - |
| HSV(B) | 172.37º | 0.98% | 0.91% | - |
| XYZ | 39.69 | 62.05 | 66.39 | - |
| YUV | 160.52 | 151.96 | 16.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 232 | 203 | 0.98 | 0 | 0.12 | 0.09 | 172.37 | 0.97 | 0.46 |
| Hex | 4 | E8 | CB | 62 | 0 | C | 9 | AC | 61 | 2E |
| Octal | 4 | 350 | 313 | 142 | 0 | 14 | 11 | 254 | 141 | 56 |
| Binary | 100 | 11101000 | 11001011 | 1100010 | 0 | 1100 | 1001 | 10101100 | 1100001 | 101110 |
Color Harmonies of #04E8CB
Complementary color
Monochromatic Colors of #04E8CB
Black with #04E8CB
Text Example
Text Example
White with #04E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E8CB; }
p { color: rgb(4,232,203); }
H1.HeaderClassName
{
color: #04E8CB;
}
.AnyTagClassName
{
color: #04E8CB;
}
</style>
background-color css
<style>
a { background-color: #04E8CB; }
a { background-color: rgb(4,232,203); }
div.DivClassName
{
background-color: #04E8CB;
}
.BgClassName
{
background-color: #04E8CB;
}
</style>
border-color css
<style>
span { border-color: #04E8CB; }
span { border-color: rgb(4,232,203); }
td.TdClassName
{
border-color: #04E8CB;
}
.TagClassName
{
border-color: #04E8CB;
}
</style>