Shades of Dark Turquoise #06DCCD
Tints of Dark Turquoise #06DCCD
RGB
CMYK
RGB Variations
Color information
#06DCCD (or 0x06DCCD) is known color: Dark Turquoise. HEX triplet: 06, DC and CD. RGB value is (6,220,205). Sum of RGB (Red+Green+Blue) = 6+220+205=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCCD is #F92332. Grayscale: #9A9A9A. Windows color (decimal): -16327475 or 13491206. OLE color: 13491206.
HSL color Cylindrical-coordinate representation of color #06DCCD: hue angle of 175.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCCD is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 205 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.14 |
| HSL | 175.79º | 0.95% | 0.44% | - |
| HSV(B) | 175.79º | 0.97% | 0.86% | - |
| XYZ | 36.69 | 55.63 | 66.56 | - |
| YUV | 154.3 | 156.6 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 205 | 0.97 | 0 | 0.07 | 0.14 | 175.79 | 0.95 | 0.44 |
| Hex | 6 | DC | CD | 61 | 0 | 7 | E | B0 | 5F | 2C |
| Octal | 6 | 334 | 315 | 141 | 0 | 7 | 16 | 260 | 137 | 54 |
| Binary | 110 | 11011100 | 11001101 | 1100001 | 0 | 111 | 1110 | 10110000 | 1011111 | 101100 |
Color Harmonies of #06DCCD
Complementary color
Monochromatic Colors of #06DCCD
Black with #06DCCD
Text Example
Text Example
White with #06DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCCD; }
p { color: rgb(6,220,205); }
H1.HeaderClassName
{
color: #06DCCD;
}
.AnyTagClassName
{
color: #06DCCD;
}
</style>
background-color css
<style>
a { background-color: #06DCCD; }
a { background-color: rgb(6,220,205); }
div.DivClassName
{
background-color: #06DCCD;
}
.BgClassName
{
background-color: #06DCCD;
}
</style>
border-color css
<style>
span { border-color: #06DCCD; }
span { border-color: rgb(6,220,205); }
td.TdClassName
{
border-color: #06DCCD;
}
.TagClassName
{
border-color: #06DCCD;
}
</style>