Shades of Bright Turquoise #02E4CE
Tints of Bright Turquoise #02E4CE
RGB
CMYK
RGB Variations
Color information
#02E4CE (or 0x02E4CE) is known color: Bright Turquoise. HEX triplet: 02, E4 and CE. RGB value is (2,228,206). Sum of RGB (Red+Green+Blue) = 2+228+206=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #02E4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E4CE is #FD1B31. Grayscale: #9D9D9D. Windows color (decimal): -16587570 or 13558786. OLE color: 13558786.
HSL color Cylindrical-coordinate representation of color #02E4CE: hue angle of 174.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E4CE is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 206 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.11 |
| HSL | 174.16º | 0.98% | 0.45% | - |
| HSV(B) | 174.16º | 0.99% | 0.89% | - |
| XYZ | 38.91 | 59.96 | 67.91 | - |
| YUV | 157.92 | 155.13 | 16.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 206 | 0.99 | 0 | 0.10 | 0.11 | 174.16 | 0.98 | 0.45 |
| Hex | 2 | E4 | CE | 63 | 0 | A | B | AE | 62 | 2D |
| Octal | 2 | 344 | 316 | 143 | 0 | 12 | 13 | 256 | 142 | 55 |
| Binary | 10 | 11100100 | 11001110 | 1100011 | 0 | 1010 | 1011 | 10101110 | 1100010 | 101101 |
Color Harmonies of #02E4CE
Complementary color
Monochromatic Colors of #02E4CE
Black with #02E4CE
Text Example
Text Example
White with #02E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E4CE; }
p { color: rgb(2,228,206); }
H1.HeaderClassName
{
color: #02E4CE;
}
.AnyTagClassName
{
color: #02E4CE;
}
</style>
background-color css
<style>
a { background-color: #02E4CE; }
a { background-color: rgb(2,228,206); }
div.DivClassName
{
background-color: #02E4CE;
}
.BgClassName
{
background-color: #02E4CE;
}
</style>
border-color css
<style>
span { border-color: #02E4CE; }
span { border-color: rgb(2,228,206); }
td.TdClassName
{
border-color: #02E4CE;
}
.TagClassName
{
border-color: #02E4CE;
}
</style>