Shades of Bright Turquoise #00EAE9
Tints of Bright Turquoise #00EAE9
RGB
CMYK
RGB Variations
Color information
#00EAE9 (or 0x00EAE9) is known color: Bright Turquoise. HEX triplet: 00, EA and E9. RGB value is (0,234,233). Sum of RGB (Red+Green+Blue) = 0+234+233=467 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAE9 is #FF1516. Grayscale: #A3A3A3. Windows color (decimal): -16717079 or 15329792. OLE color: 15329792.
HSL color Cylindrical-coordinate representation of color #00EAE9: hue angle of 179.74º 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 #00EAE9 is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 233 | - |
| CMYK | 1 | 0 | 0.00 | 0.08 |
| HSL | 179.74º | 1% | 0.46% | - |
| HSV(B) | 179.74º | 1% | 0.92% | - |
| XYZ | 44.13 | 64.73 | 87.26 | - |
| YUV | 163.92 | 166.98 | 11.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 233 | 1 | 0 | 0.00 | 0.08 | 179.74 | 1 | 0.46 |
| Hex | 0 | EA | E9 | 64 | 0 | 0 | 8 | B4 | 64 | 2E |
| Octal | 0 | 352 | 351 | 144 | 0 | 0 | 10 | 264 | 144 | 56 |
| Binary | 0 | 11101010 | 11101001 | 1100100 | 0 | 0 | 1000 | 10110100 | 1100100 | 101110 |
Color Harmonies of #00EAE9
Complementary color
Monochromatic Colors of #00EAE9
Black with #00EAE9
Text Example
Text Example
White with #00EAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EAE9; }
p { color: rgb(0,234,233); }
H1.HeaderClassName
{
color: #00EAE9;
}
.AnyTagClassName
{
color: #00EAE9;
}
</style>
background-color css
<style>
a { background-color: #00EAE9; }
a { background-color: rgb(0,234,233); }
div.DivClassName
{
background-color: #00EAE9;
}
.BgClassName
{
background-color: #00EAE9;
}
</style>
border-color css
<style>
span { border-color: #00EAE9; }
span { border-color: rgb(0,234,233); }
td.TdClassName
{
border-color: #00EAE9;
}
.TagClassName
{
border-color: #00EAE9;
}
</style>