Shades of Turquoise #50EDB9
Tints of Turquoise #50EDB9
RGB
CMYK
RGB Variations
Color information
#50EDB9 (or 0x50EDB9) is known color: Turquoise. HEX triplet: 50, ED and B9. RGB value is (80,237,185). Sum of RGB (Red+Green+Blue) = 80+237+185=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDB9 is #AF1246. Grayscale: #B8B8B8. Windows color (decimal): -11473479 or 12184912. OLE color: 12184912.
HSL color Cylindrical-coordinate representation of color #50EDB9: hue angle of 160.13º degrees, saturation: 0.81, 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 #50EDB9 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 185 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.07 |
| HSL | 160.13º | 0.81% | 0.62% | - |
| HSV(B) | 160.13º | 0.66% | 0.93% | - |
| XYZ | 42.35 | 65.78 | 56.36 | - |
| YUV | 184.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 185 | 0.66 | 0 | 0.22 | 0.07 | 160.13 | 0.81 | 0.62 |
| Hex | 50 | ED | B9 | 42 | 0 | 16 | 7 | A0 | 51 | 3E |
| Octal | 120 | 355 | 271 | 102 | 0 | 26 | 7 | 240 | 121 | 76 |
| Binary | 1010000 | 11101101 | 10111001 | 1000010 | 0 | 10110 | 111 | 10100000 | 1010001 | 111110 |
Color Harmonies of #50EDB9
Complementary color
Monochromatic Colors of #50EDB9
Black with #50EDB9
Text Example
Text Example
White with #50EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDB9; }
p { color: rgb(80,237,185); }
H1.HeaderClassName
{
color: #50EDB9;
}
.AnyTagClassName
{
color: #50EDB9;
}
</style>
background-color css
<style>
a { background-color: #50EDB9; }
a { background-color: rgb(80,237,185); }
div.DivClassName
{
background-color: #50EDB9;
}
.BgClassName
{
background-color: #50EDB9;
}
</style>
border-color css
<style>
span { border-color: #50EDB9; }
span { border-color: rgb(80,237,185); }
td.TdClassName
{
border-color: #50EDB9;
}
.TagClassName
{
border-color: #50EDB9;
}
</style>