Shades of Dark Turquoise #02DCD1
Tints of Dark Turquoise #02DCD1
RGB
CMYK
RGB Variations
Color information
#02DCD1 (or 0x02DCD1) is known color: Dark Turquoise. HEX triplet: 02, DC and D1. RGB value is (2,220,209). Sum of RGB (Red+Green+Blue) = 2+220+209=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCD1 is #FD232E. Grayscale: #999999. Windows color (decimal): -16589615 or 13753346. OLE color: 13753346.
HSL color Cylindrical-coordinate representation of color #02DCD1: hue angle of 176.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCD1 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 209 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.14 |
| HSL | 176.97º | 0.98% | 0.44% | - |
| HSV(B) | 176.97º | 0.99% | 0.86% | - |
| XYZ | 37.13 | 55.8 | 69.14 | - |
| YUV | 153.56 | 159.28 | 19.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 209 | 0.99 | 0 | 0.05 | 0.14 | 176.97 | 0.98 | 0.44 |
| Hex | 2 | DC | D1 | 63 | 0 | 5 | E | B1 | 62 | 2C |
| Octal | 2 | 334 | 321 | 143 | 0 | 5 | 16 | 261 | 142 | 54 |
| Binary | 10 | 11011100 | 11010001 | 1100011 | 0 | 101 | 1110 | 10110001 | 1100010 | 101100 |
Color Harmonies of #02DCD1
Complementary color
Monochromatic Colors of #02DCD1
Black with #02DCD1
Text Example
Text Example
White with #02DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCD1; }
p { color: rgb(2,220,209); }
H1.HeaderClassName
{
color: #02DCD1;
}
.AnyTagClassName
{
color: #02DCD1;
}
</style>
background-color css
<style>
a { background-color: #02DCD1; }
a { background-color: rgb(2,220,209); }
div.DivClassName
{
background-color: #02DCD1;
}
.BgClassName
{
background-color: #02DCD1;
}
</style>
border-color css
<style>
span { border-color: #02DCD1; }
span { border-color: rgb(2,220,209); }
td.TdClassName
{
border-color: #02DCD1;
}
.TagClassName
{
border-color: #02DCD1;
}
</style>