Shades of Dark Turquoise #01C0DD
Tints of Dark Turquoise #01C0DD
RGB
CMYK
RGB Variations
Color information
#01C0DD (or 0x01C0DD) is known color: Dark Turquoise. HEX triplet: 01, C0 and DD. RGB value is (1,192,221). Sum of RGB (Red+Green+Blue) = 1+192+221=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #01C0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0DD is #FE3F22. Grayscale: #898989. Windows color (decimal): -16662307 or 14532609. OLE color: 14532609.
HSL color Cylindrical-coordinate representation of color #01C0DD: hue angle of 187.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 #01C0DD is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 192 | 221 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.13 |
| HSL | 187.91º | 0.99% | 0.44% | - |
| HSV(B) | 187.91º | 1% | 0.87% | - |
| XYZ | 31.91 | 42.93 | 75.01 | - |
| YUV | 138.2 | 174.72 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 221 | 1.00 | 0.13 | 0 | 0.13 | 187.91 | 0.99 | 0.44 |
| Hex | 1 | C0 | DD | 64 | D | 0 | D | BC | 63 | 2C |
| Octal | 1 | 300 | 335 | 144 | 15 | 0 | 15 | 274 | 143 | 54 |
| Binary | 1 | 11000000 | 11011101 | 1100100 | 1101 | 0 | 1101 | 10111100 | 1100011 | 101100 |
Color Harmonies of #01C0DD
Complementary color
Monochromatic Colors of #01C0DD
Black with #01C0DD
Text Example
Text Example
White with #01C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0DD; }
p { color: rgb(1,192,221); }
H1.HeaderClassName
{
color: #01C0DD;
}
.AnyTagClassName
{
color: #01C0DD;
}
</style>
background-color css
<style>
a { background-color: #01C0DD; }
a { background-color: rgb(1,192,221); }
div.DivClassName
{
background-color: #01C0DD;
}
.BgClassName
{
background-color: #01C0DD;
}
</style>
border-color css
<style>
span { border-color: #01C0DD; }
span { border-color: rgb(1,192,221); }
td.TdClassName
{
border-color: #01C0DD;
}
.TagClassName
{
border-color: #01C0DD;
}
</style>