Shades of Dark Turquoise #02DFCD
Tints of Dark Turquoise #02DFCD
RGB
CMYK
RGB Variations
Color information
#02DFCD (or 0x02DFCD) is known color: Dark Turquoise. HEX triplet: 02, DF and CD. RGB value is (2,223,205). Sum of RGB (Red+Green+Blue) = 2+223+205=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DFCD is #FD2032. Grayscale: #9A9A9A. Windows color (decimal): -16588851 or 13491970. OLE color: 13491970.
HSL color Cylindrical-coordinate representation of color #02DFCD: hue angle of 175.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DFCD is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 205 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.13 |
| HSL | 175.11º | 0.98% | 0.44% | - |
| HSV(B) | 175.11º | 0.99% | 0.87% | - |
| XYZ | 37.43 | 57.2 | 66.82 | - |
| YUV | 154.87 | 156.28 | 18.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 205 | 0.99 | 0 | 0.08 | 0.13 | 175.11 | 0.98 | 0.44 |
| Hex | 2 | DF | CD | 63 | 0 | 8 | D | AF | 62 | 2C |
| Octal | 2 | 337 | 315 | 143 | 0 | 10 | 15 | 257 | 142 | 54 |
| Binary | 10 | 11011111 | 11001101 | 1100011 | 0 | 1000 | 1101 | 10101111 | 1100010 | 101100 |
Color Harmonies of #02DFCD
Complementary color
Monochromatic Colors of #02DFCD
Black with #02DFCD
Text Example
Text Example
White with #02DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DFCD; }
p { color: rgb(2,223,205); }
H1.HeaderClassName
{
color: #02DFCD;
}
.AnyTagClassName
{
color: #02DFCD;
}
</style>
background-color css
<style>
a { background-color: #02DFCD; }
a { background-color: rgb(2,223,205); }
div.DivClassName
{
background-color: #02DFCD;
}
.BgClassName
{
background-color: #02DFCD;
}
</style>
border-color css
<style>
span { border-color: #02DFCD; }
span { border-color: rgb(2,223,205); }
td.TdClassName
{
border-color: #02DFCD;
}
.TagClassName
{
border-color: #02DFCD;
}
</style>