Shades of Dark Turquoise #02C1DC
Tints of Dark Turquoise #02C1DC
RGB
CMYK
RGB Variations
Color information
#02C1DC (or 0x02C1DC) is known color: Dark Turquoise. HEX triplet: 02, C1 and DC. RGB value is (2,193,220). Sum of RGB (Red+Green+Blue) = 2+193+220=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1DC is #FD3E23. Grayscale: #8A8A8A. Windows color (decimal): -16596516 or 14467330. OLE color: 14467330.
HSL color Cylindrical-coordinate representation of color #02C1DC: hue angle of 187.43º 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 #02C1DC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 193 | 220 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.14 |
| HSL | 187.43º | 0.98% | 0.44% | - |
| HSV(B) | 187.43º | 0.99% | 0.86% | - |
| XYZ | 32.01 | 43.32 | 74.38 | - |
| YUV | 138.97 | 173.72 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 220 | 0.99 | 0.12 | 0 | 0.14 | 187.43 | 0.98 | 0.44 |
| Hex | 2 | C1 | DC | 63 | C | 0 | E | BB | 62 | 2C |
| Octal | 2 | 301 | 334 | 143 | 14 | 0 | 16 | 273 | 142 | 54 |
| Binary | 10 | 11000001 | 11011100 | 1100011 | 1100 | 0 | 1110 | 10111011 | 1100010 | 101100 |
Color Harmonies of #02C1DC
Complementary color
Monochromatic Colors of #02C1DC
Black with #02C1DC
Text Example
Text Example
White with #02C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C1DC; }
p { color: rgb(2,193,220); }
H1.HeaderClassName
{
color: #02C1DC;
}
.AnyTagClassName
{
color: #02C1DC;
}
</style>
background-color css
<style>
a { background-color: #02C1DC; }
a { background-color: rgb(2,193,220); }
div.DivClassName
{
background-color: #02C1DC;
}
.BgClassName
{
background-color: #02C1DC;
}
</style>
border-color css
<style>
span { border-color: #02C1DC; }
span { border-color: rgb(2,193,220); }
td.TdClassName
{
border-color: #02C1DC;
}
.TagClassName
{
border-color: #02C1DC;
}
</style>