Shades of Dark Turquoise #06DDD0
Tints of Dark Turquoise #06DDD0
RGB
CMYK
RGB Variations
Color information
#06DDD0 (or 0x06DDD0) is known color: Dark Turquoise. HEX triplet: 06, DD and D0. RGB value is (6,221,208). Sum of RGB (Red+Green+Blue) = 6+221+208=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDD0 is #F9222F. Grayscale: #9B9B9B. Windows color (decimal): -16327216 or 13688070. OLE color: 13688070.
HSL color Cylindrical-coordinate representation of color #06DDD0: hue angle of 176.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DDD0 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 208 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.13 |
| HSL | 176.37º | 0.95% | 0.45% | - |
| HSV(B) | 176.37º | 0.97% | 0.87% | - |
| XYZ | 37.32 | 56.31 | 68.58 | - |
| YUV | 155.23 | 157.77 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 208 | 0.97 | 0 | 0.06 | 0.13 | 176.37 | 0.95 | 0.45 |
| Hex | 6 | DD | D0 | 61 | 0 | 6 | D | B0 | 5F | 2D |
| Octal | 6 | 335 | 320 | 141 | 0 | 6 | 15 | 260 | 137 | 55 |
| Binary | 110 | 11011101 | 11010000 | 1100001 | 0 | 110 | 1101 | 10110000 | 1011111 | 101101 |
Color Harmonies of #06DDD0
Complementary color
Monochromatic Colors of #06DDD0
Black with #06DDD0
Text Example
Text Example
White with #06DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDD0; }
p { color: rgb(6,221,208); }
H1.HeaderClassName
{
color: #06DDD0;
}
.AnyTagClassName
{
color: #06DDD0;
}
</style>
background-color css
<style>
a { background-color: #06DDD0; }
a { background-color: rgb(6,221,208); }
div.DivClassName
{
background-color: #06DDD0;
}
.BgClassName
{
background-color: #06DDD0;
}
</style>
border-color css
<style>
span { border-color: #06DDD0; }
span { border-color: rgb(6,221,208); }
td.TdClassName
{
border-color: #06DDD0;
}
.TagClassName
{
border-color: #06DDD0;
}
</style>