Shades of Dark Turquoise #02C7DC
Tints of Dark Turquoise #02C7DC
RGB
CMYK
RGB Variations
Color information
#02C7DC (or 0x02C7DC) is known color: Dark Turquoise. HEX triplet: 02, C7 and DC. RGB value is (2,199,220). Sum of RGB (Red+Green+Blue) = 2+199+220=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C7DC is #FD3823. Grayscale: #8E8E8E. Windows color (decimal): -16594980 or 14468866. OLE color: 14468866.
HSL color Cylindrical-coordinate representation of color #02C7DC: hue angle of 185.78º 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 #02C7DC is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 199 | 220 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.14 |
| HSL | 185.78º | 0.98% | 0.44% | - |
| HSV(B) | 185.78º | 0.99% | 0.86% | - |
| XYZ | 33.37 | 46.03 | 74.84 | - |
| YUV | 142.49 | 171.73 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 220 | 0.99 | 0.10 | 0 | 0.14 | 185.78 | 0.98 | 0.44 |
| Hex | 2 | C7 | DC | 63 | A | 0 | E | BA | 62 | 2C |
| Octal | 2 | 307 | 334 | 143 | 12 | 0 | 16 | 272 | 142 | 54 |
| Binary | 10 | 11000111 | 11011100 | 1100011 | 1010 | 0 | 1110 | 10111010 | 1100010 | 101100 |
Color Harmonies of #02C7DC
Complementary color
Monochromatic Colors of #02C7DC
Black with #02C7DC
Text Example
Text Example
White with #02C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7DC; }
p { color: rgb(2,199,220); }
H1.HeaderClassName
{
color: #02C7DC;
}
.AnyTagClassName
{
color: #02C7DC;
}
</style>
background-color css
<style>
a { background-color: #02C7DC; }
a { background-color: rgb(2,199,220); }
div.DivClassName
{
background-color: #02C7DC;
}
.BgClassName
{
background-color: #02C7DC;
}
</style>
border-color css
<style>
span { border-color: #02C7DC; }
span { border-color: rgb(2,199,220); }
td.TdClassName
{
border-color: #02C7DC;
}
.TagClassName
{
border-color: #02C7DC;
}
</style>