Shades of Turquoise #50FABE
Tints of Turquoise #50FABE
RGB
CMYK
RGB Variations
Color information
#50FABE (or 0x50FABE) is known color: Turquoise. HEX triplet: 50, FA and BE. RGB value is (80,250,190). Sum of RGB (Red+Green+Blue) = 80+250+190=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #50FABE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FABE is #AF0541. Grayscale: #C0C0C0. Windows color (decimal): -11470146 or 12515920. OLE color: 12515920.
HSL color Cylindrical-coordinate representation of color #50FABE: hue angle of 158.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FABE is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 190 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.02 |
| HSL | 158.82º | 0.94% | 0.65% | - |
| HSV(B) | 158.82º | 0.68% | 0.98% | - |
| XYZ | 46.79 | 73.79 | 60.49 | - |
| YUV | 192.33 | 126.68 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 190 | 0.68 | 0 | 0.24 | 0.02 | 158.82 | 0.94 | 0.65 |
| Hex | 50 | FA | BE | 44 | 0 | 18 | 2 | 9F | 5E | 41 |
| Octal | 120 | 372 | 276 | 104 | 0 | 30 | 2 | 237 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10111110 | 1000100 | 0 | 11000 | 10 | 10011111 | 1011110 | 1000001 |
Color Harmonies of #50FABE
Complementary color
Monochromatic Colors of #50FABE
Black with #50FABE
Text Example
Text Example
White with #50FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FABE; }
p { color: rgb(80,250,190); }
H1.HeaderClassName
{
color: #50FABE;
}
.AnyTagClassName
{
color: #50FABE;
}
</style>
background-color css
<style>
a { background-color: #50FABE; }
a { background-color: rgb(80,250,190); }
div.DivClassName
{
background-color: #50FABE;
}
.BgClassName
{
background-color: #50FABE;
}
</style>
border-color css
<style>
span { border-color: #50FABE; }
span { border-color: rgb(80,250,190); }
td.TdClassName
{
border-color: #50FABE;
}
.TagClassName
{
border-color: #50FABE;
}
</style>