Shades of Dark Turquoise #06D0DF
Tints of Dark Turquoise #06D0DF
RGB
CMYK
RGB Variations
Color information
#06D0DF (or 0x06D0DF) is known color: Dark Turquoise. HEX triplet: 06, D0 and DF. RGB value is (6,208,223). Sum of RGB (Red+Green+Blue) = 6+208+223=437 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #06D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D0DF is #F92F20. Grayscale: #959595. Windows color (decimal): -16330529 or 14667782. OLE color: 14667782.
HSL color Cylindrical-coordinate representation of color #06D0DF: hue angle of 184.15º 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 #06D0DF is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 208 | 223 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.13 |
| HSL | 184.15º | 0.95% | 0.45% | - |
| HSV(B) | 184.15º | 0.97% | 0.87% | - |
| XYZ | 35.95 | 50.48 | 77.66 | - |
| YUV | 149.31 | 169.58 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 223 | 0.97 | 0.07 | 0 | 0.13 | 184.15 | 0.95 | 0.45 |
| Hex | 6 | D0 | DF | 61 | 7 | 0 | D | B8 | 5F | 2D |
| Octal | 6 | 320 | 337 | 141 | 7 | 0 | 15 | 270 | 137 | 55 |
| Binary | 110 | 11010000 | 11011111 | 1100001 | 111 | 0 | 1101 | 10111000 | 1011111 | 101101 |
Color Harmonies of #06D0DF
Complementary color
Monochromatic Colors of #06D0DF
Black with #06D0DF
Text Example
Text Example
White with #06D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D0DF; }
p { color: rgb(6,208,223); }
H1.HeaderClassName
{
color: #06D0DF;
}
.AnyTagClassName
{
color: #06D0DF;
}
</style>
background-color css
<style>
a { background-color: #06D0DF; }
a { background-color: rgb(6,208,223); }
div.DivClassName
{
background-color: #06D0DF;
}
.BgClassName
{
background-color: #06D0DF;
}
</style>
border-color css
<style>
span { border-color: #06D0DF; }
span { border-color: rgb(6,208,223); }
td.TdClassName
{
border-color: #06D0DF;
}
.TagClassName
{
border-color: #06D0DF;
}
</style>