Shades of Dark Turquoise #02CCD7
Tints of Dark Turquoise #02CCD7
RGB
CMYK
RGB Variations
Color information
#02CCD7 (or 0x02CCD7) is known color: Dark Turquoise. HEX triplet: 02, CC and D7. RGB value is (2,204,215). Sum of RGB (Red+Green+Blue) = 2+204+215=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #02CCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CCD7 is #FD3328. Grayscale: #909090. Windows color (decimal): -16593705 or 14142466. OLE color: 14142466.
HSL color Cylindrical-coordinate representation of color #02CCD7: hue angle of 183.1º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CCD7 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 204 | 215 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.16 |
| HSL | 183.1º | 0.98% | 0.43% | - |
| HSV(B) | 183.1º | 0.99% | 0.84% | - |
| XYZ | 33.88 | 48.1 | 71.79 | - |
| YUV | 144.86 | 167.58 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 215 | 0.99 | 0.05 | 0 | 0.16 | 183.1 | 0.98 | 0.43 |
| Hex | 2 | CC | D7 | 63 | 5 | 0 | 10 | B7 | 62 | 2B |
| Octal | 2 | 314 | 327 | 143 | 5 | 0 | 20 | 267 | 142 | 53 |
| Binary | 10 | 11001100 | 11010111 | 1100011 | 101 | 0 | 10000 | 10110111 | 1100010 | 101011 |
Color Harmonies of #02CCD7
Complementary color
Monochromatic Colors of #02CCD7
Black with #02CCD7
Text Example
Text Example
White with #02CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CCD7; }
p { color: rgb(2,204,215); }
H1.HeaderClassName
{
color: #02CCD7;
}
.AnyTagClassName
{
color: #02CCD7;
}
</style>
background-color css
<style>
a { background-color: #02CCD7; }
a { background-color: rgb(2,204,215); }
div.DivClassName
{
background-color: #02CCD7;
}
.BgClassName
{
background-color: #02CCD7;
}
</style>
border-color css
<style>
span { border-color: #02CCD7; }
span { border-color: rgb(2,204,215); }
td.TdClassName
{
border-color: #02CCD7;
}
.TagClassName
{
border-color: #02CCD7;
}
</style>