Shades of Dark Turquoise #06D8CE
Tints of Dark Turquoise #06D8CE
RGB
CMYK
RGB Variations
Color information
#06D8CE (or 0x06D8CE) is known color: Dark Turquoise. HEX triplet: 06, D8 and CE. RGB value is (6,216,206). Sum of RGB (Red+Green+Blue) = 6+216+206=428 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #06D8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D8CE is #F92731. Grayscale: #979797. Windows color (decimal): -16328498 or 13555718. OLE color: 13555718.
HSL color Cylindrical-coordinate representation of color #06D8CE: hue angle of 177.14º 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 #06D8CE is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 206 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.15 |
| HSL | 177.14º | 0.95% | 0.44% | - |
| HSV(B) | 177.14º | 0.97% | 0.85% | - |
| XYZ | 35.77 | 53.61 | 66.85 | - |
| YUV | 152.07 | 158.43 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 206 | 0.97 | 0 | 0.05 | 0.15 | 177.14 | 0.95 | 0.44 |
| Hex | 6 | D8 | CE | 61 | 0 | 5 | F | B1 | 5F | 2C |
| Octal | 6 | 330 | 316 | 141 | 0 | 5 | 17 | 261 | 137 | 54 |
| Binary | 110 | 11011000 | 11001110 | 1100001 | 0 | 101 | 1111 | 10110001 | 1011111 | 101100 |
Color Harmonies of #06D8CE
Complementary color
Monochromatic Colors of #06D8CE
Black with #06D8CE
Text Example
Text Example
White with #06D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D8CE; }
p { color: rgb(6,216,206); }
H1.HeaderClassName
{
color: #06D8CE;
}
.AnyTagClassName
{
color: #06D8CE;
}
</style>
background-color css
<style>
a { background-color: #06D8CE; }
a { background-color: rgb(6,216,206); }
div.DivClassName
{
background-color: #06D8CE;
}
.BgClassName
{
background-color: #06D8CE;
}
</style>
border-color css
<style>
span { border-color: #06D8CE; }
span { border-color: rgb(6,216,206); }
td.TdClassName
{
border-color: #06D8CE;
}
.TagClassName
{
border-color: #06D8CE;
}
</style>