Shades of Turquoise #50F7BA
Tints of Turquoise #50F7BA
RGB
CMYK
RGB Variations
Color information
#50F7BA (or 0x50F7BA) is known color: Turquoise. HEX triplet: 50, F7 and BA. RGB value is (80,247,186). Sum of RGB (Red+Green+Blue) = 80+247+186=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7BA is #AF0845. Grayscale: #BEBEBE. Windows color (decimal): -11470918 or 12253008. OLE color: 12253008.
HSL color Cylindrical-coordinate representation of color #50F7BA: hue angle of 158.08º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7BA is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 186 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.03 |
| HSL | 158.08º | 0.91% | 0.64% | - |
| HSV(B) | 158.08º | 0.68% | 0.97% | - |
| XYZ | 45.43 | 71.77 | 57.91 | - |
| YUV | 190.11 | 125.67 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 186 | 0.68 | 0 | 0.25 | 0.03 | 158.08 | 0.91 | 0.64 |
| Hex | 50 | F7 | BA | 44 | 0 | 19 | 3 | 9E | 5B | 40 |
| Octal | 120 | 367 | 272 | 104 | 0 | 31 | 3 | 236 | 133 | 100 |
| Binary | 1010000 | 11110111 | 10111010 | 1000100 | 0 | 11001 | 11 | 10011110 | 1011011 | 1000000 |
Color Harmonies of #50F7BA
Complementary color
Monochromatic Colors of #50F7BA
Black with #50F7BA
Text Example
Text Example
White with #50F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7BA; }
p { color: rgb(80,247,186); }
H1.HeaderClassName
{
color: #50F7BA;
}
.AnyTagClassName
{
color: #50F7BA;
}
</style>
background-color css
<style>
a { background-color: #50F7BA; }
a { background-color: rgb(80,247,186); }
div.DivClassName
{
background-color: #50F7BA;
}
.BgClassName
{
background-color: #50F7BA;
}
</style>
border-color css
<style>
span { border-color: #50F7BA; }
span { border-color: rgb(80,247,186); }
td.TdClassName
{
border-color: #50F7BA;
}
.TagClassName
{
border-color: #50F7BA;
}
</style>