Shades of Dark Turquoise #02DCD3
Tints of Dark Turquoise #02DCD3
RGB
CMYK
RGB Variations
Color information
#02DCD3 (or 0x02DCD3) is known color: Dark Turquoise. HEX triplet: 02, DC and D3. RGB value is (2,220,211). Sum of RGB (Red+Green+Blue) = 2+220+211=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCD3 is #FD232C. Grayscale: #999999. Windows color (decimal): -16589613 or 13884418. OLE color: 13884418.
HSL color Cylindrical-coordinate representation of color #02DCD3: hue angle of 177.52º 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 #02DCD3 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 211 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.14 |
| HSL | 177.52º | 0.98% | 0.44% | - |
| HSV(B) | 177.52º | 0.99% | 0.86% | - |
| XYZ | 37.38 | 55.9 | 70.45 | - |
| YUV | 153.79 | 160.28 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 211 | 0.99 | 0 | 0.04 | 0.14 | 177.52 | 0.98 | 0.44 |
| Hex | 2 | DC | D3 | 63 | 0 | 4 | E | B2 | 62 | 2C |
| Octal | 2 | 334 | 323 | 143 | 0 | 4 | 16 | 262 | 142 | 54 |
| Binary | 10 | 11011100 | 11010011 | 1100011 | 0 | 100 | 1110 | 10110010 | 1100010 | 101100 |
Color Harmonies of #02DCD3
Complementary color
Monochromatic Colors of #02DCD3
Black with #02DCD3
Text Example
Text Example
White with #02DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCD3; }
p { color: rgb(2,220,211); }
H1.HeaderClassName
{
color: #02DCD3;
}
.AnyTagClassName
{
color: #02DCD3;
}
</style>
background-color css
<style>
a { background-color: #02DCD3; }
a { background-color: rgb(2,220,211); }
div.DivClassName
{
background-color: #02DCD3;
}
.BgClassName
{
background-color: #02DCD3;
}
</style>
border-color css
<style>
span { border-color: #02DCD3; }
span { border-color: rgb(2,220,211); }
td.TdClassName
{
border-color: #02DCD3;
}
.TagClassName
{
border-color: #02DCD3;
}
</style>