Shades of Dark Turquoise #01C7E4
Tints of Dark Turquoise #01C7E4
RGB
CMYK
RGB Variations
Color information
#01C7E4 (or 0x01C7E4) is known color: Dark Turquoise. HEX triplet: 01, C7 and E4. RGB value is (1,199,228). Sum of RGB (Red+Green+Blue) = 1+199+228=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #01C7E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C7E4 is #FE381B. Grayscale: #8E8E8E. Windows color (decimal): -16660508 or 14993153. OLE color: 14993153.
HSL color Cylindrical-coordinate representation of color #01C7E4: hue angle of 187.67º 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 #01C7E4 is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 199 | 228 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.11 |
| HSL | 187.67º | 0.99% | 0.45% | - |
| HSV(B) | 187.67º | 1% | 0.89% | - |
| XYZ | 34.44 | 46.45 | 80.55 | - |
| YUV | 143.1 | 175.9 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 199 | 228 | 1.00 | 0.13 | 0 | 0.11 | 187.67 | 0.99 | 0.45 |
| Hex | 1 | C7 | E4 | 64 | D | 0 | B | BC | 63 | 2D |
| Octal | 1 | 307 | 344 | 144 | 15 | 0 | 13 | 274 | 143 | 55 |
| Binary | 1 | 11000111 | 11100100 | 1100100 | 1101 | 0 | 1011 | 10111100 | 1100011 | 101101 |
Color Harmonies of #01C7E4
Complementary color
Monochromatic Colors of #01C7E4
Black with #01C7E4
Text Example
Text Example
White with #01C7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C7E4; }
p { color: rgb(1,199,228); }
H1.HeaderClassName
{
color: #01C7E4;
}
.AnyTagClassName
{
color: #01C7E4;
}
</style>
background-color css
<style>
a { background-color: #01C7E4; }
a { background-color: rgb(1,199,228); }
div.DivClassName
{
background-color: #01C7E4;
}
.BgClassName
{
background-color: #01C7E4;
}
</style>
border-color css
<style>
span { border-color: #01C7E4; }
span { border-color: rgb(1,199,228); }
td.TdClassName
{
border-color: #01C7E4;
}
.TagClassName
{
border-color: #01C7E4;
}
</style>