Shades of Dark Turquoise #02CAE5
Tints of Dark Turquoise #02CAE5
RGB
CMYK
RGB Variations
Color information
#02CAE5 (or 0x02CAE5) is known color: Dark Turquoise. HEX triplet: 02, CA and E5. RGB value is (2,202,229). Sum of RGB (Red+Green+Blue) = 2+202+229=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #02CAE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CAE5 is #FD351A. Grayscale: #909090. Windows color (decimal): -16594203 or 15059458. OLE color: 15059458.
HSL color Cylindrical-coordinate representation of color #02CAE5: hue angle of 187.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CAE5 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 202 | 229 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.10 |
| HSL | 187.14º | 0.98% | 0.45% | - |
| HSV(B) | 187.14º | 0.99% | 0.9% | - |
| XYZ | 35.29 | 47.91 | 81.52 | - |
| YUV | 145.28 | 175.24 | 25.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 229 | 0.99 | 0.12 | 0 | 0.10 | 187.14 | 0.98 | 0.45 |
| Hex | 2 | CA | E5 | 63 | C | 0 | A | BB | 62 | 2D |
| Octal | 2 | 312 | 345 | 143 | 14 | 0 | 12 | 273 | 142 | 55 |
| Binary | 10 | 11001010 | 11100101 | 1100011 | 1100 | 0 | 1010 | 10111011 | 1100010 | 101101 |
Color Harmonies of #02CAE5
Complementary color
Monochromatic Colors of #02CAE5
Black with #02CAE5
Text Example
Text Example
White with #02CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CAE5; }
p { color: rgb(2,202,229); }
H1.HeaderClassName
{
color: #02CAE5;
}
.AnyTagClassName
{
color: #02CAE5;
}
</style>
background-color css
<style>
a { background-color: #02CAE5; }
a { background-color: rgb(2,202,229); }
div.DivClassName
{
background-color: #02CAE5;
}
.BgClassName
{
background-color: #02CAE5;
}
</style>
border-color css
<style>
span { border-color: #02CAE5; }
span { border-color: rgb(2,202,229); }
td.TdClassName
{
border-color: #02CAE5;
}
.TagClassName
{
border-color: #02CAE5;
}
</style>