Shades of Turquoise #50EEB9
Tints of Turquoise #50EEB9
RGB
CMYK
RGB Variations
Color information
#50EEB9 (or 0x50EEB9) is known color: Turquoise. HEX triplet: 50, EE and B9. RGB value is (80,238,185). Sum of RGB (Red+Green+Blue) = 80+238+185=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEB9 is #AF1146. Grayscale: #B8B8B8. Windows color (decimal): -11473223 or 12185168. OLE color: 12185168.
HSL color Cylindrical-coordinate representation of color #50EEB9: hue angle of 159.87º degrees, saturation: 0.82, 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 #50EEB9 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 185 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.07 |
| HSL | 159.87º | 0.82% | 0.62% | - |
| HSV(B) | 159.87º | 0.66% | 0.93% | - |
| XYZ | 42.64 | 66.36 | 56.46 | - |
| YUV | 184.72 | 128.15 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 185 | 0.66 | 0 | 0.22 | 0.07 | 159.87 | 0.82 | 0.62 |
| Hex | 50 | EE | B9 | 42 | 0 | 16 | 7 | A0 | 52 | 3E |
| Octal | 120 | 356 | 271 | 102 | 0 | 26 | 7 | 240 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10111001 | 1000010 | 0 | 10110 | 111 | 10100000 | 1010010 | 111110 |
Color Harmonies of #50EEB9
Complementary color
Monochromatic Colors of #50EEB9
Black with #50EEB9
Text Example
Text Example
White with #50EEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEB9; }
p { color: rgb(80,238,185); }
H1.HeaderClassName
{
color: #50EEB9;
}
.AnyTagClassName
{
color: #50EEB9;
}
</style>
background-color css
<style>
a { background-color: #50EEB9; }
a { background-color: rgb(80,238,185); }
div.DivClassName
{
background-color: #50EEB9;
}
.BgClassName
{
background-color: #50EEB9;
}
</style>
border-color css
<style>
span { border-color: #50EEB9; }
span { border-color: rgb(80,238,185); }
td.TdClassName
{
border-color: #50EEB9;
}
.TagClassName
{
border-color: #50EEB9;
}
</style>