Shades of Medium Turquoise #50BFBA
Tints of Medium Turquoise #50BFBA
RGB
CMYK
RGB Variations
Color information
#50BFBA (or 0x50BFBA) is known color: Medium Turquoise. HEX triplet: 50, BF and BA. RGB value is (80,191,186). Sum of RGB (Red+Green+Blue) = 80+191+186=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFBA is #AF4045. Grayscale: #9D9D9D. Windows color (decimal): -11485254 or 12238672. OLE color: 12238672.
HSL color Cylindrical-coordinate representation of color #50BFBA: hue angle of 177.3º 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 #50BFBA is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 186 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.25 |
| HSL | 177.3º | 0.46% | 0.53% | - |
| HSV(B) | 177.3º | 0.58% | 0.75% | - |
| XYZ | 30.8 | 42.51 | 53.04 | - |
| YUV | 157.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 186 | 0.58 | 0 | 0.03 | 0.25 | 177.3 | 0.46 | 0.53 |
| Hex | 50 | BF | BA | 3A | 0 | 3 | 19 | B1 | 2E | 35 |
| Octal | 120 | 277 | 272 | 72 | 0 | 3 | 31 | 261 | 56 | 65 |
| Binary | 1010000 | 10111111 | 10111010 | 111010 | 0 | 11 | 11001 | 10110001 | 101110 | 110101 |
Color Harmonies of #50BFBA
Complementary color
Monochromatic Colors of #50BFBA
Black with #50BFBA
Text Example
Text Example
White with #50BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFBA; }
p { color: rgb(80,191,186); }
H1.HeaderClassName
{
color: #50BFBA;
}
.AnyTagClassName
{
color: #50BFBA;
}
</style>
background-color css
<style>
a { background-color: #50BFBA; }
a { background-color: rgb(80,191,186); }
div.DivClassName
{
background-color: #50BFBA;
}
.BgClassName
{
background-color: #50BFBA;
}
</style>
border-color css
<style>
span { border-color: #50BFBA; }
span { border-color: rgb(80,191,186); }
td.TdClassName
{
border-color: #50BFBA;
}
.TagClassName
{
border-color: #50BFBA;
}
</style>