Shades of Dark Turquoise #06DBCC
Tints of Dark Turquoise #06DBCC
RGB
CMYK
RGB Variations
Color information
#06DBCC (or 0x06DBCC) is known color: Dark Turquoise. HEX triplet: 06, DB and CC. RGB value is (6,219,204). Sum of RGB (Red+Green+Blue) = 6+219+204=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #06DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DBCC is #F92433. Grayscale: #999999. Windows color (decimal): -16327732 or 13425414. OLE color: 13425414.
HSL color Cylindrical-coordinate representation of color #06DBCC: hue angle of 175.77º 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 #06DBCC is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 204 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.14 |
| HSL | 175.77º | 0.95% | 0.44% | - |
| HSV(B) | 175.77º | 0.97% | 0.86% | - |
| XYZ | 36.31 | 55.06 | 65.84 | - |
| YUV | 153.6 | 156.43 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 204 | 0.97 | 0 | 0.07 | 0.14 | 175.77 | 0.95 | 0.44 |
| Hex | 6 | DB | CC | 61 | 0 | 7 | E | B0 | 5F | 2C |
| Octal | 6 | 333 | 314 | 141 | 0 | 7 | 16 | 260 | 137 | 54 |
| Binary | 110 | 11011011 | 11001100 | 1100001 | 0 | 111 | 1110 | 10110000 | 1011111 | 101100 |
Color Harmonies of #06DBCC
Complementary color
Monochromatic Colors of #06DBCC
Black with #06DBCC
Text Example
Text Example
White with #06DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBCC; }
p { color: rgb(6,219,204); }
H1.HeaderClassName
{
color: #06DBCC;
}
.AnyTagClassName
{
color: #06DBCC;
}
</style>
background-color css
<style>
a { background-color: #06DBCC; }
a { background-color: rgb(6,219,204); }
div.DivClassName
{
background-color: #06DBCC;
}
.BgClassName
{
background-color: #06DBCC;
}
</style>
border-color css
<style>
span { border-color: #06DBCC; }
span { border-color: rgb(6,219,204); }
td.TdClassName
{
border-color: #06DBCC;
}
.TagClassName
{
border-color: #06DBCC;
}
</style>