Shades of Dark Turquoise #06D9CE
Tints of Dark Turquoise #06D9CE
RGB
CMYK
RGB Variations
Color information
#06D9CE (or 0x06D9CE) is known color: Dark Turquoise. HEX triplet: 06, D9 and CE. RGB value is (6,217,206). Sum of RGB (Red+Green+Blue) = 6+217+206=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #06D9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D9CE is #F92631. Grayscale: #989898. Windows color (decimal): -16328242 or 13555974. OLE color: 13555974.
HSL color Cylindrical-coordinate representation of color #06D9CE: hue angle of 176.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D9CE is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 206 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.15 |
| HSL | 176.87º | 0.95% | 0.44% | - |
| HSV(B) | 176.87º | 0.97% | 0.85% | - |
| XYZ | 36.03 | 54.12 | 66.94 | - |
| YUV | 152.66 | 158.1 | 23.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 206 | 0.97 | 0 | 0.05 | 0.15 | 176.87 | 0.95 | 0.44 |
| Hex | 6 | D9 | CE | 61 | 0 | 5 | F | B1 | 5F | 2C |
| Octal | 6 | 331 | 316 | 141 | 0 | 5 | 17 | 261 | 137 | 54 |
| Binary | 110 | 11011001 | 11001110 | 1100001 | 0 | 101 | 1111 | 10110001 | 1011111 | 101100 |
Color Harmonies of #06D9CE
Complementary color
Monochromatic Colors of #06D9CE
Black with #06D9CE
Text Example
Text Example
White with #06D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D9CE; }
p { color: rgb(6,217,206); }
H1.HeaderClassName
{
color: #06D9CE;
}
.AnyTagClassName
{
color: #06D9CE;
}
</style>
background-color css
<style>
a { background-color: #06D9CE; }
a { background-color: rgb(6,217,206); }
div.DivClassName
{
background-color: #06D9CE;
}
.BgClassName
{
background-color: #06D9CE;
}
</style>
border-color css
<style>
span { border-color: #06D9CE; }
span { border-color: rgb(6,217,206); }
td.TdClassName
{
border-color: #06D9CE;
}
.TagClassName
{
border-color: #06D9CE;
}
</style>