Shades of Bright Turquoise #00ECBC
Tints of Bright Turquoise #00ECBC
RGB
CMYK
RGB Variations
Color information
#00ECBC (or 0x00ECBC) is known color: Bright Turquoise. HEX triplet: 00, EC and BC. RGB value is (0,236,188). Sum of RGB (Red+Green+Blue) = 0+236+188=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECBC is #FF1343. Grayscale: #9F9F9F. Windows color (decimal): -16716612 or 12381184. OLE color: 12381184.
HSL color Cylindrical-coordinate representation of color #00ECBC: hue angle of 167.8º 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 #00ECBC is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 188 | - |
| CMYK | 1 | 0 | 0.20 | 0.07 |
| HSL | 167.8º | 1% | 0.46% | - |
| HSV(B) | 167.8º | 1% | 0.93% | - |
| XYZ | 39.07 | 63.62 | 57.8 | - |
| YUV | 159.96 | 143.81 | 13.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 188 | 1 | 0 | 0.20 | 0.07 | 167.8 | 1 | 0.46 |
| Hex | 0 | EC | BC | 64 | 0 | 14 | 7 | A8 | 64 | 2E |
| Octal | 0 | 354 | 274 | 144 | 0 | 24 | 7 | 250 | 144 | 56 |
| Binary | 0 | 11101100 | 10111100 | 1100100 | 0 | 10100 | 111 | 10101000 | 1100100 | 101110 |
Color Harmonies of #00ECBC
Complementary color
Monochromatic Colors of #00ECBC
Black with #00ECBC
Text Example
Text Example
White with #00ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECBC; }
p { color: rgb(0,236,188); }
H1.HeaderClassName
{
color: #00ECBC;
}
.AnyTagClassName
{
color: #00ECBC;
}
</style>
background-color css
<style>
a { background-color: #00ECBC; }
a { background-color: rgb(0,236,188); }
div.DivClassName
{
background-color: #00ECBC;
}
.BgClassName
{
background-color: #00ECBC;
}
</style>
border-color css
<style>
span { border-color: #00ECBC; }
span { border-color: rgb(0,236,188); }
td.TdClassName
{
border-color: #00ECBC;
}
.TagClassName
{
border-color: #00ECBC;
}
</style>