Shades of Dark Turquoise #01DCD3
Tints of Dark Turquoise #01DCD3
RGB
CMYK
RGB Variations
Color information
#01DCD3 (or 0x01DCD3) is known color: Dark Turquoise. HEX triplet: 01, DC and D3. RGB value is (1,220,211). Sum of RGB (Red+Green+Blue) = 1+220+211=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCD3 is #FE232C. Grayscale: #999999. Windows color (decimal): -16655149 or 13884417. OLE color: 13884417.
HSL color Cylindrical-coordinate representation of color #01DCD3: hue angle of 177.53º 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 #01DCD3 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 211 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.14 |
| HSL | 177.53º | 0.99% | 0.43% | - |
| HSV(B) | 177.53º | 1% | 0.86% | - |
| XYZ | 37.36 | 55.9 | 70.45 | - |
| YUV | 153.49 | 160.45 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 211 | 1.00 | 0 | 0.04 | 0.14 | 177.53 | 0.99 | 0.43 |
| Hex | 1 | DC | D3 | 64 | 0 | 4 | E | B2 | 63 | 2B |
| Octal | 1 | 334 | 323 | 144 | 0 | 4 | 16 | 262 | 143 | 53 |
| Binary | 1 | 11011100 | 11010011 | 1100100 | 0 | 100 | 1110 | 10110010 | 1100011 | 101011 |
Color Harmonies of #01DCD3
Complementary color
Monochromatic Colors of #01DCD3
Black with #01DCD3
Text Example
Text Example
White with #01DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCD3; }
p { color: rgb(1,220,211); }
H1.HeaderClassName
{
color: #01DCD3;
}
.AnyTagClassName
{
color: #01DCD3;
}
</style>
background-color css
<style>
a { background-color: #01DCD3; }
a { background-color: rgb(1,220,211); }
div.DivClassName
{
background-color: #01DCD3;
}
.BgClassName
{
background-color: #01DCD3;
}
</style>
border-color css
<style>
span { border-color: #01DCD3; }
span { border-color: rgb(1,220,211); }
td.TdClassName
{
border-color: #01DCD3;
}
.TagClassName
{
border-color: #01DCD3;
}
</style>