Shades of Bright Turquoise #00E8CA
Tints of Bright Turquoise #00E8CA
RGB
CMYK
RGB Variations
Color information
#00E8CA (or 0x00E8CA) is known color: Bright Turquoise. HEX triplet: 00, E8 and CA. RGB value is (0,232,202). Sum of RGB (Red+Green+Blue) = 0+232+202=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #00E8CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E8CA is #FF1735. Grayscale: #9F9F9F. Windows color (decimal): -16717622 or 13297664. OLE color: 13297664.
HSL color Cylindrical-coordinate representation of color #00E8CA: hue angle of 172.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E8CA is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 232 | 202 | - |
| CMYK | 1 | 0 | 0.13 | 0.09 |
| HSL | 172.24º | 1% | 0.45% | - |
| HSV(B) | 172.24º | 1% | 0.91% | - |
| XYZ | 39.52 | 61.98 | 65.76 | - |
| YUV | 159.21 | 152.14 | 14.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 232 | 202 | 1 | 0 | 0.13 | 0.09 | 172.24 | 1 | 0.45 |
| Hex | 0 | E8 | CA | 64 | 0 | D | 9 | AC | 64 | 2D |
| Octal | 0 | 350 | 312 | 144 | 0 | 15 | 11 | 254 | 144 | 55 |
| Binary | 0 | 11101000 | 11001010 | 1100100 | 0 | 1101 | 1001 | 10101100 | 1100100 | 101101 |
Color Harmonies of #00E8CA
Complementary color
Monochromatic Colors of #00E8CA
Black with #00E8CA
Text Example
Text Example
White with #00E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E8CA; }
p { color: rgb(0,232,202); }
H1.HeaderClassName
{
color: #00E8CA;
}
.AnyTagClassName
{
color: #00E8CA;
}
</style>
background-color css
<style>
a { background-color: #00E8CA; }
a { background-color: rgb(0,232,202); }
div.DivClassName
{
background-color: #00E8CA;
}
.BgClassName
{
background-color: #00E8CA;
}
</style>
border-color css
<style>
span { border-color: #00E8CA; }
span { border-color: rgb(0,232,202); }
td.TdClassName
{
border-color: #00E8CA;
}
.TagClassName
{
border-color: #00E8CA;
}
</style>