Shades of Dark Turquoise #06C8DC
Tints of Dark Turquoise #06C8DC
RGB
CMYK
RGB Variations
Color information
#06C8DC (or 0x06C8DC) is known color: Dark Turquoise. HEX triplet: 06, C8 and DC. RGB value is (6,200,220). Sum of RGB (Red+Green+Blue) = 6+200+220=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #06C8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C8DC is #F93723. Grayscale: #909090. Windows color (decimal): -16332580 or 14469126. OLE color: 14469126.
HSL color Cylindrical-coordinate representation of color #06C8DC: hue angle of 185.61º 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 #06C8DC is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 200 | 220 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.14 |
| HSL | 185.61º | 0.95% | 0.44% | - |
| HSV(B) | 185.61º | 0.97% | 0.86% | - |
| XYZ | 33.65 | 46.51 | 74.91 | - |
| YUV | 144.27 | 170.73 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 220 | 0.97 | 0.09 | 0 | 0.14 | 185.61 | 0.95 | 0.44 |
| Hex | 6 | C8 | DC | 61 | 9 | 0 | E | BA | 5F | 2C |
| Octal | 6 | 310 | 334 | 141 | 11 | 0 | 16 | 272 | 137 | 54 |
| Binary | 110 | 11001000 | 11011100 | 1100001 | 1001 | 0 | 1110 | 10111010 | 1011111 | 101100 |
Color Harmonies of #06C8DC
Complementary color
Monochromatic Colors of #06C8DC
Black with #06C8DC
Text Example
Text Example
White with #06C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C8DC; }
p { color: rgb(6,200,220); }
H1.HeaderClassName
{
color: #06C8DC;
}
.AnyTagClassName
{
color: #06C8DC;
}
</style>
background-color css
<style>
a { background-color: #06C8DC; }
a { background-color: rgb(6,200,220); }
div.DivClassName
{
background-color: #06C8DC;
}
.BgClassName
{
background-color: #06C8DC;
}
</style>
border-color css
<style>
span { border-color: #06C8DC; }
span { border-color: rgb(6,200,220); }
td.TdClassName
{
border-color: #06C8DC;
}
.TagClassName
{
border-color: #06C8DC;
}
</style>