Shades of Bright Turquoise #00ECEB
Tints of Bright Turquoise #00ECEB
RGB
CMYK
RGB Variations
Color information
#00ECEB (or 0x00ECEB) is known color: Bright Turquoise. HEX triplet: 00, EC and EB. RGB value is (0,236,235). Sum of RGB (Red+Green+Blue) = 0+236+235=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECEB is #FF1314. Grayscale: #A5A5A5. Windows color (decimal): -16716565 or 15461376. OLE color: 15461376.
HSL color Cylindrical-coordinate representation of color #00ECEB: hue angle of 179.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ECEB is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 235 | - |
| CMYK | 1 | 0 | 0.00 | 0.07 |
| HSL | 179.75º | 1% | 0.46% | - |
| HSV(B) | 179.75º | 1% | 0.93% | - |
| XYZ | 44.99 | 65.99 | 88.96 | - |
| YUV | 165.32 | 167.31 | 10.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 235 | 1 | 0 | 0.00 | 0.07 | 179.75 | 1 | 0.46 |
| Hex | 0 | EC | EB | 64 | 0 | 0 | 7 | B4 | 64 | 2E |
| Octal | 0 | 354 | 353 | 144 | 0 | 0 | 7 | 264 | 144 | 56 |
| Binary | 0 | 11101100 | 11101011 | 1100100 | 0 | 0 | 111 | 10110100 | 1100100 | 101110 |
Color Harmonies of #00ECEB
Complementary color
Monochromatic Colors of #00ECEB
Black with #00ECEB
Text Example
Text Example
White with #00ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECEB; }
p { color: rgb(0,236,235); }
H1.HeaderClassName
{
color: #00ECEB;
}
.AnyTagClassName
{
color: #00ECEB;
}
</style>
background-color css
<style>
a { background-color: #00ECEB; }
a { background-color: rgb(0,236,235); }
div.DivClassName
{
background-color: #00ECEB;
}
.BgClassName
{
background-color: #00ECEB;
}
</style>
border-color css
<style>
span { border-color: #00ECEB; }
span { border-color: rgb(0,236,235); }
td.TdClassName
{
border-color: #00ECEB;
}
.TagClassName
{
border-color: #00ECEB;
}
</style>