Shades of Medium Turquoise #50BFBC
Tints of Medium Turquoise #50BFBC
RGB
CMYK
RGB Variations
Color information
#50BFBC (or 0x50BFBC) is known color: Medium Turquoise. HEX triplet: 50, BF and BC. RGB value is (80,191,188). Sum of RGB (Red+Green+Blue) = 80+191+188=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFBC is #AF4043. Grayscale: #9D9D9D. Windows color (decimal): -11485252 or 12369744. OLE color: 12369744.
HSL color Cylindrical-coordinate representation of color #50BFBC: hue angle of 178.38º 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 #50BFBC is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 188 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.25 |
| HSL | 178.38º | 0.46% | 0.53% | - |
| HSV(B) | 178.38º | 0.58% | 0.75% | - |
| XYZ | 31.02 | 42.6 | 54.16 | - |
| YUV | 157.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 188 | 0.58 | 0 | 0.02 | 0.25 | 178.38 | 0.46 | 0.53 |
| Hex | 50 | BF | BC | 3A | 0 | 2 | 19 | B2 | 2E | 35 |
| Octal | 120 | 277 | 274 | 72 | 0 | 2 | 31 | 262 | 56 | 65 |
| Binary | 1010000 | 10111111 | 10111100 | 111010 | 0 | 10 | 11001 | 10110010 | 101110 | 110101 |
Color Harmonies of #50BFBC
Complementary color
Monochromatic Colors of #50BFBC
Black with #50BFBC
Text Example
Text Example
White with #50BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFBC; }
p { color: rgb(80,191,188); }
H1.HeaderClassName
{
color: #50BFBC;
}
.AnyTagClassName
{
color: #50BFBC;
}
</style>
background-color css
<style>
a { background-color: #50BFBC; }
a { background-color: rgb(80,191,188); }
div.DivClassName
{
background-color: #50BFBC;
}
.BgClassName
{
background-color: #50BFBC;
}
</style>
border-color css
<style>
span { border-color: #50BFBC; }
span { border-color: rgb(80,191,188); }
td.TdClassName
{
border-color: #50BFBC;
}
.TagClassName
{
border-color: #50BFBC;
}
</style>