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