Shades of Dark Turquoise #00C1E0
Tints of Dark Turquoise #00C1E0
RGB
CMYK
RGB Variations
Color information
#00C1E0 (or 0x00C1E0) is known color: Dark Turquoise. HEX triplet: 00, C1 and E0. RGB value is (0,193,224). Sum of RGB (Red+Green+Blue) = 0+193+224=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #00C1E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1E0 is #FF3E1F. Grayscale: #8A8A8A. Windows color (decimal): -16727584 or 14729472. OLE color: 14729472.
HSL color Cylindrical-coordinate representation of color #00C1E0: hue angle of 188.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1E0 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 193 | 224 | - |
| CMYK | 1 | 0.14 | 0 | 0.12 |
| HSL | 188.3º | 1% | 0.44% | - |
| HSV(B) | 188.3º | 1% | 0.88% | - |
| XYZ | 32.52 | 43.52 | 77.21 | - |
| YUV | 138.83 | 176.06 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 224 | 1 | 0.14 | 0 | 0.12 | 188.3 | 1 | 0.44 |
| Hex | 0 | C1 | E0 | 64 | E | 0 | C | BC | 64 | 2C |
| Octal | 0 | 301 | 340 | 144 | 16 | 0 | 14 | 274 | 144 | 54 |
| Binary | 0 | 11000001 | 11100000 | 1100100 | 1110 | 0 | 1100 | 10111100 | 1100100 | 101100 |
Color Harmonies of #00C1E0
Complementary color
Monochromatic Colors of #00C1E0
Black with #00C1E0
Text Example
Text Example
White with #00C1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C1E0; }
p { color: rgb(0,193,224); }
H1.HeaderClassName
{
color: #00C1E0;
}
.AnyTagClassName
{
color: #00C1E0;
}
</style>
background-color css
<style>
a { background-color: #00C1E0; }
a { background-color: rgb(0,193,224); }
div.DivClassName
{
background-color: #00C1E0;
}
.BgClassName
{
background-color: #00C1E0;
}
</style>
border-color css
<style>
span { border-color: #00C1E0; }
span { border-color: rgb(0,193,224); }
td.TdClassName
{
border-color: #00C1E0;
}
.TagClassName
{
border-color: #00C1E0;
}
</style>