Shades of Bright Turquoise #00EBBC
Tints of Bright Turquoise #00EBBC
RGB
CMYK
RGB Variations
Color information
#00EBBC (or 0x00EBBC) is known color: Bright Turquoise. HEX triplet: 00, EB and BC. RGB value is (0,235,188). Sum of RGB (Red+Green+Blue) = 0+235+188=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBBC is #FF1443. Grayscale: #9F9F9F. Windows color (decimal): -16716868 or 12380928. OLE color: 12380928.
HSL color Cylindrical-coordinate representation of color #00EBBC: hue angle of 168º 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 #00EBBC is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 188 | - |
| CMYK | 1 | 0 | 0.2 | 0.08 |
| HSL | 168º | 1% | 0.46% | - |
| HSV(B) | 168º | 1% | 0.92% | - |
| XYZ | 38.79 | 63.05 | 57.7 | - |
| YUV | 159.38 | 144.14 | 14.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 188 | 1 | 0 | 0.2 | 0.08 | 168 | 1 | 0.46 |
| Hex | 0 | EB | BC | 64 | 0 | 14 | 8 | A8 | 64 | 2E |
| Octal | 0 | 353 | 274 | 144 | 0 | 24 | 10 | 250 | 144 | 56 |
| Binary | 0 | 11101011 | 10111100 | 1100100 | 0 | 10100 | 1000 | 10101000 | 1100100 | 101110 |
Color Harmonies of #00EBBC
Complementary color
Monochromatic Colors of #00EBBC
Black with #00EBBC
Text Example
Text Example
White with #00EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EBBC; }
p { color: rgb(0,235,188); }
H1.HeaderClassName
{
color: #00EBBC;
}
.AnyTagClassName
{
color: #00EBBC;
}
</style>
background-color css
<style>
a { background-color: #00EBBC; }
a { background-color: rgb(0,235,188); }
div.DivClassName
{
background-color: #00EBBC;
}
.BgClassName
{
background-color: #00EBBC;
}
</style>
border-color css
<style>
span { border-color: #00EBBC; }
span { border-color: rgb(0,235,188); }
td.TdClassName
{
border-color: #00EBBC;
}
.TagClassName
{
border-color: #00EBBC;
}
</style>