Shades of Dark Turquoise #02CDE0
Tints of Dark Turquoise #02CDE0
RGB
CMYK
RGB Variations
Color information
#02CDE0 (or 0x02CDE0) is known color: Dark Turquoise. HEX triplet: 02, CD and E0. RGB value is (2,205,224). Sum of RGB (Red+Green+Blue) = 2+205+224=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #02CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CDE0 is #FD321F. Grayscale: #929292. Windows color (decimal): -16593440 or 14732546. OLE color: 14732546.
HSL color Cylindrical-coordinate representation of color #02CDE0: hue angle of 185.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDE0 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 205 | 224 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.12 |
| HSL | 185.14º | 0.98% | 0.44% | - |
| HSV(B) | 185.14º | 0.99% | 0.88% | - |
| XYZ | 35.31 | 49.06 | 78.13 | - |
| YUV | 146.47 | 171.75 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 224 | 0.99 | 0.08 | 0 | 0.12 | 185.14 | 0.98 | 0.44 |
| Hex | 2 | CD | E0 | 63 | 8 | 0 | C | B9 | 62 | 2C |
| Octal | 2 | 315 | 340 | 143 | 10 | 0 | 14 | 271 | 142 | 54 |
| Binary | 10 | 11001101 | 11100000 | 1100011 | 1000 | 0 | 1100 | 10111001 | 1100010 | 101100 |
Color Harmonies of #02CDE0
Complementary color
Monochromatic Colors of #02CDE0
Black with #02CDE0
Text Example
Text Example
White with #02CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDE0; }
p { color: rgb(2,205,224); }
H1.HeaderClassName
{
color: #02CDE0;
}
.AnyTagClassName
{
color: #02CDE0;
}
</style>
background-color css
<style>
a { background-color: #02CDE0; }
a { background-color: rgb(2,205,224); }
div.DivClassName
{
background-color: #02CDE0;
}
.BgClassName
{
background-color: #02CDE0;
}
</style>
border-color css
<style>
span { border-color: #02CDE0; }
span { border-color: rgb(2,205,224); }
td.TdClassName
{
border-color: #02CDE0;
}
.TagClassName
{
border-color: #02CDE0;
}
</style>