Shades of Dark Turquoise #01D6DC
Tints of Dark Turquoise #01D6DC
RGB
CMYK
RGB Variations
Color information
#01D6DC (or 0x01D6DC) is known color: Dark Turquoise. HEX triplet: 01, D6 and DC. RGB value is (1,214,220). Sum of RGB (Red+Green+Blue) = 1+214+220=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #01D6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D6DC is #FE2923. Grayscale: #969696. Windows color (decimal): -16656676 or 14472705. OLE color: 14472705.
HSL color Cylindrical-coordinate representation of color #01D6DC: hue angle of 181.64º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D6DC is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 214 | 220 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.14 |
| HSL | 181.64º | 0.99% | 0.43% | - |
| HSV(B) | 181.64º | 1% | 0.86% | - |
| XYZ | 36.98 | 53.27 | 76.04 | - |
| YUV | 151 | 166.93 | 21.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 220 | 1.00 | 0.03 | 0 | 0.14 | 181.64 | 0.99 | 0.43 |
| Hex | 1 | D6 | DC | 64 | 3 | 0 | E | B6 | 63 | 2B |
| Octal | 1 | 326 | 334 | 144 | 3 | 0 | 16 | 266 | 143 | 53 |
| Binary | 1 | 11010110 | 11011100 | 1100100 | 11 | 0 | 1110 | 10110110 | 1100011 | 101011 |
Color Harmonies of #01D6DC
Complementary color
Monochromatic Colors of #01D6DC
Black with #01D6DC
Text Example
Text Example
White with #01D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D6DC; }
p { color: rgb(1,214,220); }
H1.HeaderClassName
{
color: #01D6DC;
}
.AnyTagClassName
{
color: #01D6DC;
}
</style>
background-color css
<style>
a { background-color: #01D6DC; }
a { background-color: rgb(1,214,220); }
div.DivClassName
{
background-color: #01D6DC;
}
.BgClassName
{
background-color: #01D6DC;
}
</style>
border-color css
<style>
span { border-color: #01D6DC; }
span { border-color: rgb(1,214,220); }
td.TdClassName
{
border-color: #01D6DC;
}
.TagClassName
{
border-color: #01D6DC;
}
</style>