Shades of Bright Turquoise #04E2CB
Tints of Bright Turquoise #04E2CB
RGB
CMYK
RGB Variations
Color information
#04E2CB (or 0x04E2CB) is known color: Bright Turquoise. HEX triplet: 04, E2 and CB. RGB value is (4,226,203). Sum of RGB (Red+Green+Blue) = 4+226+203=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #04E2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E2CB is #FB1D34. Grayscale: #9C9C9C. Windows color (decimal): -16457013 or 13361668. OLE color: 13361668.
HSL color Cylindrical-coordinate representation of color #04E2CB: hue angle of 173.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E2CB is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 226 | 203 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.11 |
| HSL | 173.78º | 0.97% | 0.45% | - |
| HSV(B) | 173.78º | 0.98% | 0.89% | - |
| XYZ | 38.03 | 58.73 | 65.83 | - |
| YUV | 157 | 153.95 | 18.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 203 | 0.98 | 0 | 0.10 | 0.11 | 173.78 | 0.97 | 0.45 |
| Hex | 4 | E2 | CB | 62 | 0 | A | B | AE | 61 | 2D |
| Octal | 4 | 342 | 313 | 142 | 0 | 12 | 13 | 256 | 141 | 55 |
| Binary | 100 | 11100010 | 11001011 | 1100010 | 0 | 1010 | 1011 | 10101110 | 1100001 | 101101 |
Color Harmonies of #04E2CB
Complementary color
Monochromatic Colors of #04E2CB
Black with #04E2CB
Text Example
Text Example
White with #04E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2CB; }
p { color: rgb(4,226,203); }
H1.HeaderClassName
{
color: #04E2CB;
}
.AnyTagClassName
{
color: #04E2CB;
}
</style>
background-color css
<style>
a { background-color: #04E2CB; }
a { background-color: rgb(4,226,203); }
div.DivClassName
{
background-color: #04E2CB;
}
.BgClassName
{
background-color: #04E2CB;
}
</style>
border-color css
<style>
span { border-color: #04E2CB; }
span { border-color: rgb(4,226,203); }
td.TdClassName
{
border-color: #04E2CB;
}
.TagClassName
{
border-color: #04E2CB;
}
</style>