Shades of Dark Turquoise #01D0D6
Tints of Dark Turquoise #01D0D6
RGB
CMYK
RGB Variations
Color information
#01D0D6 (or 0x01D0D6) is known color: Dark Turquoise. HEX triplet: 01, D0 and D6. RGB value is (1,208,214). Sum of RGB (Red+Green+Blue) = 1+208+214=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #01D0D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D0D6 is #FE2F29. Grayscale: #929292. Windows color (decimal): -16658218 or 14077953. OLE color: 14077953.
HSL color Cylindrical-coordinate representation of color #01D0D6: hue angle of 181.69º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D0D6 is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 208 | 214 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.16 |
| HSL | 181.69º | 0.99% | 0.42% | - |
| HSV(B) | 181.69º | 1% | 0.84% | - |
| XYZ | 34.71 | 49.97 | 71.43 | - |
| YUV | 146.79 | 165.92 | 24.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 214 | 1.00 | 0.03 | 0 | 0.16 | 181.69 | 0.99 | 0.42 |
| Hex | 1 | D0 | D6 | 64 | 3 | 0 | 10 | B6 | 63 | 2A |
| Octal | 1 | 320 | 326 | 144 | 3 | 0 | 20 | 266 | 143 | 52 |
| Binary | 1 | 11010000 | 11010110 | 1100100 | 11 | 0 | 10000 | 10110110 | 1100011 | 101010 |
Color Harmonies of #01D0D6
Complementary color
Monochromatic Colors of #01D0D6
Black with #01D0D6
Text Example
Text Example
White with #01D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D0D6; }
p { color: rgb(1,208,214); }
H1.HeaderClassName
{
color: #01D0D6;
}
.AnyTagClassName
{
color: #01D0D6;
}
</style>
background-color css
<style>
a { background-color: #01D0D6; }
a { background-color: rgb(1,208,214); }
div.DivClassName
{
background-color: #01D0D6;
}
.BgClassName
{
background-color: #01D0D6;
}
</style>
border-color css
<style>
span { border-color: #01D0D6; }
span { border-color: rgb(1,208,214); }
td.TdClassName
{
border-color: #01D0D6;
}
.TagClassName
{
border-color: #01D0D6;
}
</style>