Shades of Dark Turquoise #06D2DB
Tints of Dark Turquoise #06D2DB
RGB
CMYK
RGB Variations
Color information
#06D2DB (or 0x06D2DB) is known color: Dark Turquoise. HEX triplet: 06, D2 and DB. RGB value is (6,210,219). Sum of RGB (Red+Green+Blue) = 6+210+219=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #06D2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D2DB is #F92D24. Grayscale: #959595. Windows color (decimal): -16330021 or 14406150. OLE color: 14406150.
HSL color Cylindrical-coordinate representation of color #06D2DB: hue angle of 182.54º 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 #06D2DB is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 210 | 219 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.14 |
| HSL | 182.54º | 0.95% | 0.44% | - |
| HSV(B) | 182.54º | 0.97% | 0.86% | - |
| XYZ | 35.91 | 51.25 | 75.02 | - |
| YUV | 150.03 | 166.91 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 219 | 0.97 | 0.04 | 0 | 0.14 | 182.54 | 0.95 | 0.44 |
| Hex | 6 | D2 | DB | 61 | 4 | 0 | E | B7 | 5F | 2C |
| Octal | 6 | 322 | 333 | 141 | 4 | 0 | 16 | 267 | 137 | 54 |
| Binary | 110 | 11010010 | 11011011 | 1100001 | 100 | 0 | 1110 | 10110111 | 1011111 | 101100 |
Color Harmonies of #06D2DB
Complementary color
Monochromatic Colors of #06D2DB
Black with #06D2DB
Text Example
Text Example
White with #06D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D2DB; }
p { color: rgb(6,210,219); }
H1.HeaderClassName
{
color: #06D2DB;
}
.AnyTagClassName
{
color: #06D2DB;
}
</style>
background-color css
<style>
a { background-color: #06D2DB; }
a { background-color: rgb(6,210,219); }
div.DivClassName
{
background-color: #06D2DB;
}
.BgClassName
{
background-color: #06D2DB;
}
</style>
border-color css
<style>
span { border-color: #06D2DB; }
span { border-color: rgb(6,210,219); }
td.TdClassName
{
border-color: #06D2DB;
}
.TagClassName
{
border-color: #06D2DB;
}
</style>