Shades of Medium Turquoise #50BEB9
Tints of Medium Turquoise #50BEB9
RGB
CMYK
RGB Variations
Color information
#50BEB9 (or 0x50BEB9) is known color: Medium Turquoise. HEX triplet: 50, BE and B9. RGB value is (80,190,185). Sum of RGB (Red+Green+Blue) = 80+190+185=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEB9 is #AF4146. Grayscale: #9C9C9C. Windows color (decimal): -11485511 or 12172880. OLE color: 12172880.
HSL color Cylindrical-coordinate representation of color #50BEB9: hue angle of 177.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BEB9 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 185 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.25 |
| HSL | 177.27º | 0.46% | 0.53% | - |
| HSV(B) | 177.27º | 0.58% | 0.75% | - |
| XYZ | 30.48 | 42.04 | 52.41 | - |
| YUV | 156.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 185 | 0.58 | 0 | 0.03 | 0.25 | 177.27 | 0.46 | 0.53 |
| Hex | 50 | BE | B9 | 3A | 0 | 3 | 19 | B1 | 2E | 35 |
| Octal | 120 | 276 | 271 | 72 | 0 | 3 | 31 | 261 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10111001 | 111010 | 0 | 11 | 11001 | 10110001 | 101110 | 110101 |
Color Harmonies of #50BEB9
Complementary color
Monochromatic Colors of #50BEB9
Black with #50BEB9
Text Example
Text Example
White with #50BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEB9; }
p { color: rgb(80,190,185); }
H1.HeaderClassName
{
color: #50BEB9;
}
.AnyTagClassName
{
color: #50BEB9;
}
</style>
background-color css
<style>
a { background-color: #50BEB9; }
a { background-color: rgb(80,190,185); }
div.DivClassName
{
background-color: #50BEB9;
}
.BgClassName
{
background-color: #50BEB9;
}
</style>
border-color css
<style>
span { border-color: #50BEB9; }
span { border-color: rgb(80,190,185); }
td.TdClassName
{
border-color: #50BEB9;
}
.TagClassName
{
border-color: #50BEB9;
}
</style>