Shades of Turquoise #50F0BA
Tints of Turquoise #50F0BA
RGB
CMYK
RGB Variations
Color information
#50F0BA (or 0x50F0BA) is known color: Turquoise. HEX triplet: 50, F0 and BA. RGB value is (80,240,186). Sum of RGB (Red+Green+Blue) = 80+240+186=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #50F0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F0BA is #AF0F45. Grayscale: #BABABA. Windows color (decimal): -11472710 or 12251216. OLE color: 12251216.
HSL color Cylindrical-coordinate representation of color #50F0BA: hue angle of 159.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F0BA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 186 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.06 |
| HSL | 159.75º | 0.84% | 0.63% | - |
| HSV(B) | 159.75º | 0.67% | 0.94% | - |
| XYZ | 43.33 | 67.57 | 57.21 | - |
| YUV | 186 | 127.99 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 186 | 0.67 | 0 | 0.22 | 0.06 | 159.75 | 0.84 | 0.63 |
| Hex | 50 | F0 | BA | 43 | 0 | 16 | 6 | A0 | 54 | 3F |
| Octal | 120 | 360 | 272 | 103 | 0 | 26 | 6 | 240 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10111010 | 1000011 | 0 | 10110 | 110 | 10100000 | 1010100 | 111111 |
Color Harmonies of #50F0BA
Complementary color
Monochromatic Colors of #50F0BA
Black with #50F0BA
Text Example
Text Example
White with #50F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F0BA; }
p { color: rgb(80,240,186); }
H1.HeaderClassName
{
color: #50F0BA;
}
.AnyTagClassName
{
color: #50F0BA;
}
</style>
background-color css
<style>
a { background-color: #50F0BA; }
a { background-color: rgb(80,240,186); }
div.DivClassName
{
background-color: #50F0BA;
}
.BgClassName
{
background-color: #50F0BA;
}
</style>
border-color css
<style>
span { border-color: #50F0BA; }
span { border-color: rgb(80,240,186); }
td.TdClassName
{
border-color: #50F0BA;
}
.TagClassName
{
border-color: #50F0BA;
}
</style>