Shades of Dark Turquoise #01D8DC
Tints of Dark Turquoise #01D8DC
RGB
CMYK
RGB Variations
Color information
#01D8DC (or 0x01D8DC) is known color: Dark Turquoise. HEX triplet: 01, D8 and DC. RGB value is (1,216,220). Sum of RGB (Red+Green+Blue) = 1+216+220=437 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #01D8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D8DC is #FE2723. Grayscale: #979797. Windows color (decimal): -16656164 or 14473217. OLE color: 14473217.
HSL color Cylindrical-coordinate representation of color #01D8DC: hue angle of 181.1º 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 #01D8DC is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 216 | 220 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.14 |
| HSL | 181.1º | 0.99% | 0.43% | - |
| HSV(B) | 181.1º | 1% | 0.86% | - |
| XYZ | 37.49 | 54.29 | 76.21 | - |
| YUV | 152.17 | 166.27 | 20.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 220 | 1.00 | 0.02 | 0 | 0.14 | 181.1 | 0.99 | 0.43 |
| Hex | 1 | D8 | DC | 64 | 2 | 0 | E | B5 | 63 | 2B |
| Octal | 1 | 330 | 334 | 144 | 2 | 0 | 16 | 265 | 143 | 53 |
| Binary | 1 | 11011000 | 11011100 | 1100100 | 10 | 0 | 1110 | 10110101 | 1100011 | 101011 |
Color Harmonies of #01D8DC
Complementary color
Monochromatic Colors of #01D8DC
Black with #01D8DC
Text Example
Text Example
White with #01D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D8DC; }
p { color: rgb(1,216,220); }
H1.HeaderClassName
{
color: #01D8DC;
}
.AnyTagClassName
{
color: #01D8DC;
}
</style>
background-color css
<style>
a { background-color: #01D8DC; }
a { background-color: rgb(1,216,220); }
div.DivClassName
{
background-color: #01D8DC;
}
.BgClassName
{
background-color: #01D8DC;
}
</style>
border-color css
<style>
span { border-color: #01D8DC; }
span { border-color: rgb(1,216,220); }
td.TdClassName
{
border-color: #01D8DC;
}
.TagClassName
{
border-color: #01D8DC;
}
</style>