Shades of Bright Turquoise #00E1EA
Tints of Bright Turquoise #00E1EA
RGB
CMYK
RGB Variations
Color information
#00E1EA (or 0x00E1EA) is known color: Bright Turquoise. HEX triplet: 00, E1 and EA. RGB value is (0,225,234). Sum of RGB (Red+Green+Blue) = 0+225+234=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #00E1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E1EA is #FF1E15. Grayscale: #9E9E9E. Windows color (decimal): -16719382 or 15393024. OLE color: 15393024.
HSL color Cylindrical-coordinate representation of color #00E1EA: hue angle of 182.31º 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 #00E1EA is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 225 | 234 | - |
| CMYK | 1 | 0.04 | 0 | 0.08 |
| HSL | 182.31º | 1% | 0.46% | - |
| HSV(B) | 182.31º | 1% | 0.92% | - |
| XYZ | 41.78 | 59.79 | 87.18 | - |
| YUV | 158.75 | 170.46 | 14.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 234 | 1 | 0.04 | 0 | 0.08 | 182.31 | 1 | 0.46 |
| Hex | 0 | E1 | EA | 64 | 4 | 0 | 8 | B6 | 64 | 2E |
| Octal | 0 | 341 | 352 | 144 | 4 | 0 | 10 | 266 | 144 | 56 |
| Binary | 0 | 11100001 | 11101010 | 1100100 | 100 | 0 | 1000 | 10110110 | 1100100 | 101110 |
Color Harmonies of #00E1EA
Complementary color
Monochromatic Colors of #00E1EA
Black with #00E1EA
Text Example
Text Example
White with #00E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E1EA; }
p { color: rgb(0,225,234); }
H1.HeaderClassName
{
color: #00E1EA;
}
.AnyTagClassName
{
color: #00E1EA;
}
</style>
background-color css
<style>
a { background-color: #00E1EA; }
a { background-color: rgb(0,225,234); }
div.DivClassName
{
background-color: #00E1EA;
}
.BgClassName
{
background-color: #00E1EA;
}
</style>
border-color css
<style>
span { border-color: #00E1EA; }
span { border-color: rgb(0,225,234); }
td.TdClassName
{
border-color: #00E1EA;
}
.TagClassName
{
border-color: #00E1EA;
}
</style>