Shades of Dark Turquoise #02DBCD
Tints of Dark Turquoise #02DBCD
RGB
CMYK
RGB Variations
Color information
#02DBCD (or 0x02DBCD) is known color: Dark Turquoise. HEX triplet: 02, DB and CD. RGB value is (2,219,205). Sum of RGB (Red+Green+Blue) = 2+219+205=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #02DBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBCD is #FD2432. Grayscale: #989898. Windows color (decimal): -16589875 or 13490946. OLE color: 13490946.
HSL color Cylindrical-coordinate representation of color #02DBCD: hue angle of 176.13º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBCD is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 205 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.14 |
| HSL | 176.13º | 0.98% | 0.43% | - |
| HSV(B) | 176.13º | 0.99% | 0.86% | - |
| XYZ | 36.38 | 55.08 | 66.47 | - |
| YUV | 152.52 | 157.61 | 20.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 205 | 0.99 | 0 | 0.06 | 0.14 | 176.13 | 0.98 | 0.43 |
| Hex | 2 | DB | CD | 63 | 0 | 6 | E | B0 | 62 | 2B |
| Octal | 2 | 333 | 315 | 143 | 0 | 6 | 16 | 260 | 142 | 53 |
| Binary | 10 | 11011011 | 11001101 | 1100011 | 0 | 110 | 1110 | 10110000 | 1100010 | 101011 |
Color Harmonies of #02DBCD
Complementary color
Monochromatic Colors of #02DBCD
Black with #02DBCD
Text Example
Text Example
White with #02DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBCD; }
p { color: rgb(2,219,205); }
H1.HeaderClassName
{
color: #02DBCD;
}
.AnyTagClassName
{
color: #02DBCD;
}
</style>
background-color css
<style>
a { background-color: #02DBCD; }
a { background-color: rgb(2,219,205); }
div.DivClassName
{
background-color: #02DBCD;
}
.BgClassName
{
background-color: #02DBCD;
}
</style>
border-color css
<style>
span { border-color: #02DBCD; }
span { border-color: rgb(2,219,205); }
td.TdClassName
{
border-color: #02DBCD;
}
.TagClassName
{
border-color: #02DBCD;
}
</style>