Shades of Bright Turquoise #00EAE5
Tints of Bright Turquoise #00EAE5
RGB
CMYK
RGB Variations
Color information
#00EAE5 (or 0x00EAE5) is known color: Bright Turquoise. HEX triplet: 00, EA and E5. RGB value is (0,234,229). Sum of RGB (Red+Green+Blue) = 0+234+229=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EAE5 is #FF151A. Grayscale: #A3A3A3. Windows color (decimal): -16717083 or 15067648. OLE color: 15067648.
HSL color Cylindrical-coordinate representation of color #00EAE5: hue angle of 178.72º 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 #00EAE5 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 229 | - |
| CMYK | 1 | 0 | 0.02 | 0.08 |
| HSL | 178.72º | 1% | 0.46% | - |
| HSV(B) | 178.72º | 1% | 0.92% | - |
| XYZ | 43.57 | 64.5 | 84.28 | - |
| YUV | 163.46 | 164.98 | 11.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 229 | 1 | 0 | 0.02 | 0.08 | 178.72 | 1 | 0.46 |
| Hex | 0 | EA | E5 | 64 | 0 | 2 | 8 | B3 | 64 | 2E |
| Octal | 0 | 352 | 345 | 144 | 0 | 2 | 10 | 263 | 144 | 56 |
| Binary | 0 | 11101010 | 11100101 | 1100100 | 0 | 10 | 1000 | 10110011 | 1100100 | 101110 |
Color Harmonies of #00EAE5
Complementary color
Monochromatic Colors of #00EAE5
Black with #00EAE5
Text Example
Text Example
White with #00EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EAE5; }
p { color: rgb(0,234,229); }
H1.HeaderClassName
{
color: #00EAE5;
}
.AnyTagClassName
{
color: #00EAE5;
}
</style>
background-color css
<style>
a { background-color: #00EAE5; }
a { background-color: rgb(0,234,229); }
div.DivClassName
{
background-color: #00EAE5;
}
.BgClassName
{
background-color: #00EAE5;
}
</style>
border-color css
<style>
span { border-color: #00EAE5; }
span { border-color: rgb(0,234,229); }
td.TdClassName
{
border-color: #00EAE5;
}
.TagClassName
{
border-color: #00EAE5;
}
</style>