Shades of Turquoise #50ECB9
Tints of Turquoise #50ECB9
RGB
CMYK
RGB Variations
Color information
#50ECB9 (or 0x50ECB9) is known color: Turquoise. HEX triplet: 50, EC and B9. RGB value is (80,236,185). Sum of RGB (Red+Green+Blue) = 80+236+185=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECB9 is #AF1346. Grayscale: #B7B7B7. Windows color (decimal): -11473735 or 12184656. OLE color: 12184656.
HSL color Cylindrical-coordinate representation of color #50ECB9: hue angle of 160.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECB9 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 185 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.07 |
| HSL | 160.38º | 0.8% | 0.62% | - |
| HSV(B) | 160.38º | 0.66% | 0.93% | - |
| XYZ | 42.06 | 65.2 | 56.27 | - |
| YUV | 183.54 | 128.82 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 185 | 0.66 | 0 | 0.22 | 0.07 | 160.38 | 0.8 | 0.62 |
| Hex | 50 | EC | B9 | 42 | 0 | 16 | 7 | A0 | 50 | 3E |
| Octal | 120 | 354 | 271 | 102 | 0 | 26 | 7 | 240 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10111001 | 1000010 | 0 | 10110 | 111 | 10100000 | 1010000 | 111110 |
Color Harmonies of #50ECB9
Complementary color
Monochromatic Colors of #50ECB9
Black with #50ECB9
Text Example
Text Example
White with #50ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECB9; }
p { color: rgb(80,236,185); }
H1.HeaderClassName
{
color: #50ECB9;
}
.AnyTagClassName
{
color: #50ECB9;
}
</style>
background-color css
<style>
a { background-color: #50ECB9; }
a { background-color: rgb(80,236,185); }
div.DivClassName
{
background-color: #50ECB9;
}
.BgClassName
{
background-color: #50ECB9;
}
</style>
border-color css
<style>
span { border-color: #50ECB9; }
span { border-color: rgb(80,236,185); }
td.TdClassName
{
border-color: #50ECB9;
}
.TagClassName
{
border-color: #50ECB9;
}
</style>