Shades of Bright Turquoise #00EBC0
Tints of Bright Turquoise #00EBC0
RGB
CMYK
RGB Variations
Color information
#00EBC0 (or 0x00EBC0) is known color: Bright Turquoise. HEX triplet: 00, EB and C0. RGB value is (0,235,192). Sum of RGB (Red+Green+Blue) = 0+235+192=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBC0 is #FF143F. Grayscale: #9F9F9F. Windows color (decimal): -16716864 or 12643072. OLE color: 12643072.
HSL color Cylindrical-coordinate representation of color #00EBC0: hue angle of 169.02º 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 #00EBC0 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 192 | - |
| CMYK | 1 | 0 | 0.18 | 0.08 |
| HSL | 169.02º | 1% | 0.46% | - |
| HSV(B) | 169.02º | 1% | 0.92% | - |
| XYZ | 39.22 | 63.22 | 60.01 | - |
| YUV | 159.83 | 146.14 | 14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 192 | 1 | 0 | 0.18 | 0.08 | 169.02 | 1 | 0.46 |
| Hex | 0 | EB | C0 | 64 | 0 | 12 | 8 | A9 | 64 | 2E |
| Octal | 0 | 353 | 300 | 144 | 0 | 22 | 10 | 251 | 144 | 56 |
| Binary | 0 | 11101011 | 11000000 | 1100100 | 0 | 10010 | 1000 | 10101001 | 1100100 | 101110 |
Color Harmonies of #00EBC0
Complementary color
Monochromatic Colors of #00EBC0
Black with #00EBC0
Text Example
Text Example
White with #00EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EBC0; }
p { color: rgb(0,235,192); }
H1.HeaderClassName
{
color: #00EBC0;
}
.AnyTagClassName
{
color: #00EBC0;
}
</style>
background-color css
<style>
a { background-color: #00EBC0; }
a { background-color: rgb(0,235,192); }
div.DivClassName
{
background-color: #00EBC0;
}
.BgClassName
{
background-color: #00EBC0;
}
</style>
border-color css
<style>
span { border-color: #00EBC0; }
span { border-color: rgb(0,235,192); }
td.TdClassName
{
border-color: #00EBC0;
}
.TagClassName
{
border-color: #00EBC0;
}
</style>