Shades of Dark Turquoise #01C0DC
Tints of Dark Turquoise #01C0DC
RGB
CMYK
RGB Variations
Color information
#01C0DC (or 0x01C0DC) is known color: Dark Turquoise. HEX triplet: 01, C0 and DC. RGB value is (1,192,220). Sum of RGB (Red+Green+Blue) = 1+192+220=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #01C0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0DC is #FE3F23. Grayscale: #898989. Windows color (decimal): -16662308 or 14467073. OLE color: 14467073.
HSL color Cylindrical-coordinate representation of color #01C0DC: hue angle of 187.67º 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 #01C0DC is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 192 | 220 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.14 |
| HSL | 187.67º | 0.99% | 0.43% | - |
| HSV(B) | 187.67º | 1% | 0.86% | - |
| XYZ | 31.78 | 42.87 | 74.31 | - |
| YUV | 138.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 220 | 1.00 | 0.13 | 0 | 0.14 | 187.67 | 0.99 | 0.43 |
| Hex | 1 | C0 | DC | 64 | D | 0 | E | BC | 63 | 2B |
| Octal | 1 | 300 | 334 | 144 | 15 | 0 | 16 | 274 | 143 | 53 |
| Binary | 1 | 11000000 | 11011100 | 1100100 | 1101 | 0 | 1110 | 10111100 | 1100011 | 101011 |
Color Harmonies of #01C0DC
Complementary color
Monochromatic Colors of #01C0DC
Black with #01C0DC
Text Example
Text Example
White with #01C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0DC; }
p { color: rgb(1,192,220); }
H1.HeaderClassName
{
color: #01C0DC;
}
.AnyTagClassName
{
color: #01C0DC;
}
</style>
background-color css
<style>
a { background-color: #01C0DC; }
a { background-color: rgb(1,192,220); }
div.DivClassName
{
background-color: #01C0DC;
}
.BgClassName
{
background-color: #01C0DC;
}
</style>
border-color css
<style>
span { border-color: #01C0DC; }
span { border-color: rgb(1,192,220); }
td.TdClassName
{
border-color: #01C0DC;
}
.TagClassName
{
border-color: #01C0DC;
}
</style>