Shades of Dark Turquoise #01D6DD
Tints of Dark Turquoise #01D6DD
RGB
CMYK
RGB Variations
Color information
#01D6DD (or 0x01D6DD) is known color: Dark Turquoise. HEX triplet: 01, D6 and DD. RGB value is (1,214,221). Sum of RGB (Red+Green+Blue) = 1+214+221=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #01D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D6DD is #FE2922. Grayscale: #969696. Windows color (decimal): -16656675 or 14538241. OLE color: 14538241.
HSL color Cylindrical-coordinate representation of color #01D6DD: hue angle of 181.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D6DD is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 214 | 221 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.13 |
| HSL | 181.91º | 0.99% | 0.44% | - |
| HSV(B) | 181.91º | 1% | 0.87% | - |
| XYZ | 37.11 | 53.32 | 76.74 | - |
| YUV | 151.11 | 167.43 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 221 | 1.00 | 0.03 | 0 | 0.13 | 181.91 | 0.99 | 0.44 |
| Hex | 1 | D6 | DD | 64 | 3 | 0 | D | B6 | 63 | 2C |
| Octal | 1 | 326 | 335 | 144 | 3 | 0 | 15 | 266 | 143 | 54 |
| Binary | 1 | 11010110 | 11011101 | 1100100 | 11 | 0 | 1101 | 10110110 | 1100011 | 101100 |
Color Harmonies of #01D6DD
Complementary color
Monochromatic Colors of #01D6DD
Black with #01D6DD
Text Example
Text Example
White with #01D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D6DD; }
p { color: rgb(1,214,221); }
H1.HeaderClassName
{
color: #01D6DD;
}
.AnyTagClassName
{
color: #01D6DD;
}
</style>
background-color css
<style>
a { background-color: #01D6DD; }
a { background-color: rgb(1,214,221); }
div.DivClassName
{
background-color: #01D6DD;
}
.BgClassName
{
background-color: #01D6DD;
}
</style>
border-color css
<style>
span { border-color: #01D6DD; }
span { border-color: rgb(1,214,221); }
td.TdClassName
{
border-color: #01D6DD;
}
.TagClassName
{
border-color: #01D6DD;
}
</style>