Shades of Dark Turquoise #06D6DF
Tints of Dark Turquoise #06D6DF
RGB
CMYK
RGB Variations
Color information
#06D6DF (or 0x06D6DF) is known color: Dark Turquoise. HEX triplet: 06, D6 and DF. RGB value is (6,214,223). Sum of RGB (Red+Green+Blue) = 6+214+223=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #06D6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D6DF is #F92920. Grayscale: #989898. Windows color (decimal): -16328993 or 14669318. OLE color: 14669318.
HSL color Cylindrical-coordinate representation of color #06D6DF: hue angle of 182.49º 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 #06D6DF is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 214 | 223 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.13 |
| HSL | 182.49º | 0.95% | 0.45% | - |
| HSV(B) | 182.49º | 0.97% | 0.87% | - |
| XYZ | 37.44 | 53.46 | 78.16 | - |
| YUV | 152.83 | 167.59 | 23.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 214 | 223 | 0.97 | 0.04 | 0 | 0.13 | 182.49 | 0.95 | 0.45 |
| Hex | 6 | D6 | DF | 61 | 4 | 0 | D | B6 | 5F | 2D |
| Octal | 6 | 326 | 337 | 141 | 4 | 0 | 15 | 266 | 137 | 55 |
| Binary | 110 | 11010110 | 11011111 | 1100001 | 100 | 0 | 1101 | 10110110 | 1011111 | 101101 |
Color Harmonies of #06D6DF
Complementary color
Monochromatic Colors of #06D6DF
Black with #06D6DF
Text Example
Text Example
White with #06D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D6DF; }
p { color: rgb(6,214,223); }
H1.HeaderClassName
{
color: #06D6DF;
}
.AnyTagClassName
{
color: #06D6DF;
}
</style>
background-color css
<style>
a { background-color: #06D6DF; }
a { background-color: rgb(6,214,223); }
div.DivClassName
{
background-color: #06D6DF;
}
.BgClassName
{
background-color: #06D6DF;
}
</style>
border-color css
<style>
span { border-color: #06D6DF; }
span { border-color: rgb(6,214,223); }
td.TdClassName
{
border-color: #06D6DF;
}
.TagClassName
{
border-color: #06D6DF;
}
</style>