Shades of Bright Turquoise #00EACB
Tints of Bright Turquoise #00EACB
RGB
CMYK
RGB Variations
Color information
#00EACB (or 0x00EACB) is known color: Bright Turquoise. HEX triplet: 00, EA and CB. RGB value is (0,234,203). Sum of RGB (Red+Green+Blue) = 0+234+203=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #00EACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EACB is #FF1534. Grayscale: #A0A0A0. Windows color (decimal): -16717109 or 13363712. OLE color: 13363712.
HSL color Cylindrical-coordinate representation of color #00EACB: hue angle of 172.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EACB is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 203 | - |
| CMYK | 1 | 0 | 0.13 | 0.08 |
| HSL | 172.05º | 1% | 0.46% | - |
| HSV(B) | 172.05º | 1% | 0.92% | - |
| XYZ | 40.2 | 63.16 | 66.57 | - |
| YUV | 160.5 | 151.98 | 13.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 203 | 1 | 0 | 0.13 | 0.08 | 172.05 | 1 | 0.46 |
| Hex | 0 | EA | CB | 64 | 0 | D | 8 | AC | 64 | 2E |
| Octal | 0 | 352 | 313 | 144 | 0 | 15 | 10 | 254 | 144 | 56 |
| Binary | 0 | 11101010 | 11001011 | 1100100 | 0 | 1101 | 1000 | 10101100 | 1100100 | 101110 |
Color Harmonies of #00EACB
Complementary color
Monochromatic Colors of #00EACB
Black with #00EACB
Text Example
Text Example
White with #00EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EACB; }
p { color: rgb(0,234,203); }
H1.HeaderClassName
{
color: #00EACB;
}
.AnyTagClassName
{
color: #00EACB;
}
</style>
background-color css
<style>
a { background-color: #00EACB; }
a { background-color: rgb(0,234,203); }
div.DivClassName
{
background-color: #00EACB;
}
.BgClassName
{
background-color: #00EACB;
}
</style>
border-color css
<style>
span { border-color: #00EACB; }
span { border-color: rgb(0,234,203); }
td.TdClassName
{
border-color: #00EACB;
}
.TagClassName
{
border-color: #00EACB;
}
</style>