Shades of Dark Turquoise #00E0CA
Tints of Dark Turquoise #00E0CA
RGB
CMYK
RGB Variations
Color information
#00E0CA (or 0x00E0CA) is known color: Dark Turquoise. HEX triplet: 00, E0 and CA. RGB value is (0,224,202). Sum of RGB (Red+Green+Blue) = 0+224+202=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #00E0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E0CA is #FF1F35. Grayscale: #9A9A9A. Windows color (decimal): -16719670 or 13295616. OLE color: 13295616.
HSL color Cylindrical-coordinate representation of color #00E0CA: hue angle of 174.11º 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 #00E0CA is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 224 | 202 | - |
| CMYK | 1 | 0 | 0.10 | 0.12 |
| HSL | 174.11º | 1% | 0.44% | - |
| HSV(B) | 174.11º | 1% | 0.88% | - |
| XYZ | 37.32 | 57.58 | 65.02 | - |
| YUV | 154.52 | 154.79 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 202 | 1 | 0 | 0.10 | 0.12 | 174.11 | 1 | 0.44 |
| Hex | 0 | E0 | CA | 64 | 0 | A | C | AE | 64 | 2C |
| Octal | 0 | 340 | 312 | 144 | 0 | 12 | 14 | 256 | 144 | 54 |
| Binary | 0 | 11100000 | 11001010 | 1100100 | 0 | 1010 | 1100 | 10101110 | 1100100 | 101100 |
Color Harmonies of #00E0CA
Complementary color
Monochromatic Colors of #00E0CA
Black with #00E0CA
Text Example
Text Example
White with #00E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E0CA; }
p { color: rgb(0,224,202); }
H1.HeaderClassName
{
color: #00E0CA;
}
.AnyTagClassName
{
color: #00E0CA;
}
</style>
background-color css
<style>
a { background-color: #00E0CA; }
a { background-color: rgb(0,224,202); }
div.DivClassName
{
background-color: #00E0CA;
}
.BgClassName
{
background-color: #00E0CA;
}
</style>
border-color css
<style>
span { border-color: #00E0CA; }
span { border-color: rgb(0,224,202); }
td.TdClassName
{
border-color: #00E0CA;
}
.TagClassName
{
border-color: #00E0CA;
}
</style>