Shades of Dark Turquoise #01C5E4
Tints of Dark Turquoise #01C5E4
RGB
CMYK
RGB Variations
Color information
#01C5E4 (or 0x01C5E4) is known color: Dark Turquoise. HEX triplet: 01, C5 and E4. RGB value is (1,197,228). Sum of RGB (Red+Green+Blue) = 1+197+228=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #01C5E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C5E4 is #FE3A1B. Grayscale: #8D8D8D. Windows color (decimal): -16661020 or 14992641. OLE color: 14992641.
HSL color Cylindrical-coordinate representation of color #01C5E4: hue angle of 188.19º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C5E4 is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 197 | 228 | - |
| CMYK | 1.00 | 0.14 | 0 | 0.11 |
| HSL | 188.19º | 0.99% | 0.45% | - |
| HSV(B) | 188.19º | 1% | 0.89% | - |
| XYZ | 33.98 | 45.54 | 80.4 | - |
| YUV | 141.93 | 176.57 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 228 | 1.00 | 0.14 | 0 | 0.11 | 188.19 | 0.99 | 0.45 |
| Hex | 1 | C5 | E4 | 64 | E | 0 | B | BC | 63 | 2D |
| Octal | 1 | 305 | 344 | 144 | 16 | 0 | 13 | 274 | 143 | 55 |
| Binary | 1 | 11000101 | 11100100 | 1100100 | 1110 | 0 | 1011 | 10111100 | 1100011 | 101101 |
Color Harmonies of #01C5E4
Complementary color
Monochromatic Colors of #01C5E4
Black with #01C5E4
Text Example
Text Example
White with #01C5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C5E4; }
p { color: rgb(1,197,228); }
H1.HeaderClassName
{
color: #01C5E4;
}
.AnyTagClassName
{
color: #01C5E4;
}
</style>
background-color css
<style>
a { background-color: #01C5E4; }
a { background-color: rgb(1,197,228); }
div.DivClassName
{
background-color: #01C5E4;
}
.BgClassName
{
background-color: #01C5E4;
}
</style>
border-color css
<style>
span { border-color: #01C5E4; }
span { border-color: rgb(1,197,228); }
td.TdClassName
{
border-color: #01C5E4;
}
.TagClassName
{
border-color: #01C5E4;
}
</style>