Shades of Bright Turquoise #00E0EB
Tints of Bright Turquoise #00E0EB
RGB
CMYK
RGB Variations
Color information
#00E0EB (or 0x00E0EB) is known color: Bright Turquoise. HEX triplet: 00, E0 and EB. RGB value is (0,224,235). Sum of RGB (Red+Green+Blue) = 0+224+235=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #00E0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E0EB is #FF1F14. Grayscale: #9E9E9E. Windows color (decimal): -16719637 or 15458304. OLE color: 15458304.
HSL color Cylindrical-coordinate representation of color #00E0EB: hue angle of 182.81º 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 #00E0EB is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 224 | 235 | - |
| CMYK | 1 | 0.05 | 0 | 0.08 |
| HSL | 182.81º | 1% | 0.46% | - |
| HSV(B) | 182.81º | 1% | 0.92% | - |
| XYZ | 41.65 | 59.31 | 87.85 | - |
| YUV | 158.28 | 171.29 | 15.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 235 | 1 | 0.05 | 0 | 0.08 | 182.81 | 1 | 0.46 |
| Hex | 0 | E0 | EB | 64 | 5 | 0 | 8 | B7 | 64 | 2E |
| Octal | 0 | 340 | 353 | 144 | 5 | 0 | 10 | 267 | 144 | 56 |
| Binary | 0 | 11100000 | 11101011 | 1100100 | 101 | 0 | 1000 | 10110111 | 1100100 | 101110 |
Color Harmonies of #00E0EB
Complementary color
Monochromatic Colors of #00E0EB
Black with #00E0EB
Text Example
Text Example
White with #00E0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E0EB; }
p { color: rgb(0,224,235); }
H1.HeaderClassName
{
color: #00E0EB;
}
.AnyTagClassName
{
color: #00E0EB;
}
</style>
background-color css
<style>
a { background-color: #00E0EB; }
a { background-color: rgb(0,224,235); }
div.DivClassName
{
background-color: #00E0EB;
}
.BgClassName
{
background-color: #00E0EB;
}
</style>
border-color css
<style>
span { border-color: #00E0EB; }
span { border-color: rgb(0,224,235); }
td.TdClassName
{
border-color: #00E0EB;
}
.TagClassName
{
border-color: #00E0EB;
}
</style>