Shades of Dark Turquoise #02D8D2
Tints of Dark Turquoise #02D8D2
RGB
CMYK
RGB Variations
Color information
#02D8D2 (or 0x02D8D2) is known color: Dark Turquoise. HEX triplet: 02, D8 and D2. RGB value is (2,216,210). Sum of RGB (Red+Green+Blue) = 2+216+210=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #02D8D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8D2 is #FD272D. Grayscale: #979797. Windows color (decimal): -16590638 or 13817858. OLE color: 13817858.
HSL color Cylindrical-coordinate representation of color #02D8D2: hue angle of 178.32º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D8D2 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 216 | 210 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.15 |
| HSL | 178.32º | 0.98% | 0.43% | - |
| HSV(B) | 178.32º | 0.99% | 0.85% | - |
| XYZ | 36.21 | 53.78 | 69.44 | - |
| YUV | 151.33 | 161.1 | 21.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 210 | 0.99 | 0 | 0.03 | 0.15 | 178.32 | 0.98 | 0.43 |
| Hex | 2 | D8 | D2 | 63 | 0 | 3 | F | B2 | 62 | 2B |
| Octal | 2 | 330 | 322 | 143 | 0 | 3 | 17 | 262 | 142 | 53 |
| Binary | 10 | 11011000 | 11010010 | 1100011 | 0 | 11 | 1111 | 10110010 | 1100010 | 101011 |
Color Harmonies of #02D8D2
Complementary color
Monochromatic Colors of #02D8D2
Black with #02D8D2
Text Example
Text Example
White with #02D8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8D2; }
p { color: rgb(2,216,210); }
H1.HeaderClassName
{
color: #02D8D2;
}
.AnyTagClassName
{
color: #02D8D2;
}
</style>
background-color css
<style>
a { background-color: #02D8D2; }
a { background-color: rgb(2,216,210); }
div.DivClassName
{
background-color: #02D8D2;
}
.BgClassName
{
background-color: #02D8D2;
}
</style>
border-color css
<style>
span { border-color: #02D8D2; }
span { border-color: rgb(2,216,210); }
td.TdClassName
{
border-color: #02D8D2;
}
.TagClassName
{
border-color: #02D8D2;
}
</style>