Shades of Dark Turquoise #01C1DA
Tints of Dark Turquoise #01C1DA
RGB
CMYK
RGB Variations
Color information
#01C1DA (or 0x01C1DA) is known color: Dark Turquoise. HEX triplet: 01, C1 and DA. RGB value is (1,193,218). Sum of RGB (Red+Green+Blue) = 1+193+218=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #01C1DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C1DA is #FE3E25. Grayscale: #8A8A8A. Windows color (decimal): -16662054 or 14336257. OLE color: 14336257.
HSL color Cylindrical-coordinate representation of color #01C1DA: hue angle of 186.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C1DA is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 193 | 218 | - |
| CMYK | 1.00 | 0.11 | 0 | 0.15 |
| HSL | 186.91º | 0.99% | 0.43% | - |
| HSV(B) | 186.91º | 1% | 0.85% | - |
| XYZ | 31.74 | 43.21 | 73 | - |
| YUV | 138.44 | 172.89 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 218 | 1.00 | 0.11 | 0 | 0.15 | 186.91 | 0.99 | 0.43 |
| Hex | 1 | C1 | DA | 64 | B | 0 | F | BB | 63 | 2B |
| Octal | 1 | 301 | 332 | 144 | 13 | 0 | 17 | 273 | 143 | 53 |
| Binary | 1 | 11000001 | 11011010 | 1100100 | 1011 | 0 | 1111 | 10111011 | 1100011 | 101011 |
Color Harmonies of #01C1DA
Complementary color
Monochromatic Colors of #01C1DA
Black with #01C1DA
Text Example
Text Example
White with #01C1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C1DA; }
p { color: rgb(1,193,218); }
H1.HeaderClassName
{
color: #01C1DA;
}
.AnyTagClassName
{
color: #01C1DA;
}
</style>
background-color css
<style>
a { background-color: #01C1DA; }
a { background-color: rgb(1,193,218); }
div.DivClassName
{
background-color: #01C1DA;
}
.BgClassName
{
background-color: #01C1DA;
}
</style>
border-color css
<style>
span { border-color: #01C1DA; }
span { border-color: rgb(1,193,218); }
td.TdClassName
{
border-color: #01C1DA;
}
.TagClassName
{
border-color: #01C1DA;
}
</style>