Shades of Dark Turquoise #06DCD2
Tints of Dark Turquoise #06DCD2
RGB
CMYK
RGB Variations
Color information
#06DCD2 (or 0x06DCD2) is known color: Dark Turquoise. HEX triplet: 06, DC and D2. RGB value is (6,220,210). Sum of RGB (Red+Green+Blue) = 6+220+210=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCD2 is #F9232D. Grayscale: #9A9A9A. Windows color (decimal): -16327470 or 13818886. OLE color: 13818886.
HSL color Cylindrical-coordinate representation of color #06DCD2: hue angle of 177.2º 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 #06DCD2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 210 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.14 |
| HSL | 177.2º | 0.95% | 0.44% | - |
| HSV(B) | 177.2º | 0.97% | 0.86% | - |
| XYZ | 37.3 | 55.88 | 69.79 | - |
| YUV | 154.87 | 159.1 | 21.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 210 | 0.97 | 0 | 0.05 | 0.14 | 177.2 | 0.95 | 0.44 |
| Hex | 6 | DC | D2 | 61 | 0 | 5 | E | B1 | 5F | 2C |
| Octal | 6 | 334 | 322 | 141 | 0 | 5 | 16 | 261 | 137 | 54 |
| Binary | 110 | 11011100 | 11010010 | 1100001 | 0 | 101 | 1110 | 10110001 | 1011111 | 101100 |
Color Harmonies of #06DCD2
Complementary color
Monochromatic Colors of #06DCD2
Black with #06DCD2
Text Example
Text Example
White with #06DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCD2; }
p { color: rgb(6,220,210); }
H1.HeaderClassName
{
color: #06DCD2;
}
.AnyTagClassName
{
color: #06DCD2;
}
</style>
background-color css
<style>
a { background-color: #06DCD2; }
a { background-color: rgb(6,220,210); }
div.DivClassName
{
background-color: #06DCD2;
}
.BgClassName
{
background-color: #06DCD2;
}
</style>
border-color css
<style>
span { border-color: #06DCD2; }
span { border-color: rgb(6,220,210); }
td.TdClassName
{
border-color: #06DCD2;
}
.TagClassName
{
border-color: #06DCD2;
}
</style>