Shades of Bright Turquoise #00E8EB
Tints of Bright Turquoise #00E8EB
RGB
CMYK
RGB Variations
Color information
#00E8EB (or 0x00E8EB) is known color: Bright Turquoise. HEX triplet: 00, E8 and EB. RGB value is (0,232,235). Sum of RGB (Red+Green+Blue) = 0+232+235=467 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #00E8EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E8EB is #FF1714. Grayscale: #A2A2A2. Windows color (decimal): -16717589 or 15460352. OLE color: 15460352.
HSL color Cylindrical-coordinate representation of color #00E8EB: hue angle of 180.77º 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 #00E8EB is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 232 | 235 | - |
| CMYK | 1 | 0.01 | 0 | 0.08 |
| HSL | 180.77º | 1% | 0.46% | - |
| HSV(B) | 180.77º | 1% | 0.92% | - |
| XYZ | 43.85 | 63.71 | 88.58 | - |
| YUV | 162.97 | 168.64 | 11.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 232 | 235 | 1 | 0.01 | 0 | 0.08 | 180.77 | 1 | 0.46 |
| Hex | 0 | E8 | EB | 64 | 1 | 0 | 8 | B5 | 64 | 2E |
| Octal | 0 | 350 | 353 | 144 | 1 | 0 | 10 | 265 | 144 | 56 |
| Binary | 0 | 11101000 | 11101011 | 1100100 | 1 | 0 | 1000 | 10110101 | 1100100 | 101110 |
Color Harmonies of #00E8EB
Complementary color
Monochromatic Colors of #00E8EB
Black with #00E8EB
Text Example
Text Example
White with #00E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E8EB; }
p { color: rgb(0,232,235); }
H1.HeaderClassName
{
color: #00E8EB;
}
.AnyTagClassName
{
color: #00E8EB;
}
</style>
background-color css
<style>
a { background-color: #00E8EB; }
a { background-color: rgb(0,232,235); }
div.DivClassName
{
background-color: #00E8EB;
}
.BgClassName
{
background-color: #00E8EB;
}
</style>
border-color css
<style>
span { border-color: #00E8EB; }
span { border-color: rgb(0,232,235); }
td.TdClassName
{
border-color: #00E8EB;
}
.TagClassName
{
border-color: #00E8EB;
}
</style>