Shades of Dark Turquoise #01D5DC
Tints of Dark Turquoise #01D5DC
RGB
CMYK
RGB Variations
Color information
#01D5DC (or 0x01D5DC) is known color: Dark Turquoise. HEX triplet: 01, D5 and DC. RGB value is (1,213,220). Sum of RGB (Red+Green+Blue) = 1+213+220=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #01D5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5DC is #FE2A23. Grayscale: #969696. Windows color (decimal): -16656932 or 14472449. OLE color: 14472449.
HSL color Cylindrical-coordinate representation of color #01D5DC: hue angle of 181.92º 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 #01D5DC is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 213 | 220 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.14 |
| HSL | 181.92º | 0.99% | 0.43% | - |
| HSV(B) | 181.92º | 1% | 0.86% | - |
| XYZ | 36.73 | 52.76 | 75.96 | - |
| YUV | 150.41 | 167.26 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 220 | 1.00 | 0.03 | 0 | 0.14 | 181.92 | 0.99 | 0.43 |
| Hex | 1 | D5 | DC | 64 | 3 | 0 | E | B6 | 63 | 2B |
| Octal | 1 | 325 | 334 | 144 | 3 | 0 | 16 | 266 | 143 | 53 |
| Binary | 1 | 11010101 | 11011100 | 1100100 | 11 | 0 | 1110 | 10110110 | 1100011 | 101011 |
Color Harmonies of #01D5DC
Complementary color
Monochromatic Colors of #01D5DC
Black with #01D5DC
Text Example
Text Example
White with #01D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5DC; }
p { color: rgb(1,213,220); }
H1.HeaderClassName
{
color: #01D5DC;
}
.AnyTagClassName
{
color: #01D5DC;
}
</style>
background-color css
<style>
a { background-color: #01D5DC; }
a { background-color: rgb(1,213,220); }
div.DivClassName
{
background-color: #01D5DC;
}
.BgClassName
{
background-color: #01D5DC;
}
</style>
border-color css
<style>
span { border-color: #01D5DC; }
span { border-color: rgb(1,213,220); }
td.TdClassName
{
border-color: #01D5DC;
}
.TagClassName
{
border-color: #01D5DC;
}
</style>