Shades of Turquoise #50E5BE
Tints of Turquoise #50E5BE
RGB
CMYK
RGB Variations
Color information
#50E5BE (or 0x50E5BE) is known color: Turquoise. HEX triplet: 50, E5 and BE. RGB value is (80,229,190). Sum of RGB (Red+Green+Blue) = 80+229+190=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5BE is #AF1A41. Grayscale: #B4B4B4. Windows color (decimal): -11475522 or 12510544. OLE color: 12510544.
HSL color Cylindrical-coordinate representation of color #50E5BE: hue angle of 164.3º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5BE is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 190 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.10 |
| HSL | 164.3º | 0.74% | 0.61% | - |
| HSV(B) | 164.3º | 0.65% | 0.9% | - |
| XYZ | 40.62 | 61.46 | 58.44 | - |
| YUV | 180 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 190 | 0.65 | 0 | 0.17 | 0.10 | 164.3 | 0.74 | 0.61 |
| Hex | 50 | E5 | BE | 41 | 0 | 11 | A | A4 | 4A | 3D |
| Octal | 120 | 345 | 276 | 101 | 0 | 21 | 12 | 244 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10111110 | 1000001 | 0 | 10001 | 1010 | 10100100 | 1001010 | 111101 |
Color Harmonies of #50E5BE
Complementary color
Monochromatic Colors of #50E5BE
Black with #50E5BE
Text Example
Text Example
White with #50E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5BE; }
p { color: rgb(80,229,190); }
H1.HeaderClassName
{
color: #50E5BE;
}
.AnyTagClassName
{
color: #50E5BE;
}
</style>
background-color css
<style>
a { background-color: #50E5BE; }
a { background-color: rgb(80,229,190); }
div.DivClassName
{
background-color: #50E5BE;
}
.BgClassName
{
background-color: #50E5BE;
}
</style>
border-color css
<style>
span { border-color: #50E5BE; }
span { border-color: rgb(80,229,190); }
td.TdClassName
{
border-color: #50E5BE;
}
.TagClassName
{
border-color: #50E5BE;
}
</style>