Shades of Dark Turquoise #01DCD6
Tints of Dark Turquoise #01DCD6
RGB
CMYK
RGB Variations
Color information
#01DCD6 (or 0x01DCD6) is known color: Dark Turquoise. HEX triplet: 01, DC and D6. RGB value is (1,220,214). Sum of RGB (Red+Green+Blue) = 1+220+214=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCD6 is #FE2329. Grayscale: #999999. Windows color (decimal): -16655146 or 14081025. OLE color: 14081025.
HSL color Cylindrical-coordinate representation of color #01DCD6: hue angle of 178.36º 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 #01DCD6 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 214 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.14 |
| HSL | 178.36º | 0.99% | 0.43% | - |
| HSV(B) | 178.36º | 1% | 0.86% | - |
| XYZ | 37.74 | 56.05 | 72.45 | - |
| YUV | 153.84 | 161.95 | 18.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 214 | 1.00 | 0 | 0.03 | 0.14 | 178.36 | 0.99 | 0.43 |
| Hex | 1 | DC | D6 | 64 | 0 | 3 | E | B2 | 63 | 2B |
| Octal | 1 | 334 | 326 | 144 | 0 | 3 | 16 | 262 | 143 | 53 |
| Binary | 1 | 11011100 | 11010110 | 1100100 | 0 | 11 | 1110 | 10110010 | 1100011 | 101011 |
Color Harmonies of #01DCD6
Complementary color
Monochromatic Colors of #01DCD6
Black with #01DCD6
Text Example
Text Example
White with #01DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCD6; }
p { color: rgb(1,220,214); }
H1.HeaderClassName
{
color: #01DCD6;
}
.AnyTagClassName
{
color: #01DCD6;
}
</style>
background-color css
<style>
a { background-color: #01DCD6; }
a { background-color: rgb(1,220,214); }
div.DivClassName
{
background-color: #01DCD6;
}
.BgClassName
{
background-color: #01DCD6;
}
</style>
border-color css
<style>
span { border-color: #01DCD6; }
span { border-color: rgb(1,220,214); }
td.TdClassName
{
border-color: #01DCD6;
}
.TagClassName
{
border-color: #01DCD6;
}
</style>