Shades of Turquoise #50FABC
Tints of Turquoise #50FABC
RGB
CMYK
RGB Variations
Color information
#50FABC (or 0x50FABC) is known color: Turquoise. HEX triplet: 50, FA and BC. RGB value is (80,250,188). Sum of RGB (Red+Green+Blue) = 80+250+188=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #50FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FABC is #AF0543. Grayscale: #C0C0C0. Windows color (decimal): -11470148 or 12384848. OLE color: 12384848.
HSL color Cylindrical-coordinate representation of color #50FABC: hue angle of 158.12º 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 #50FABC is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 188 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.02 |
| HSL | 158.12º | 0.94% | 0.65% | - |
| HSV(B) | 158.12º | 0.68% | 0.98% | - |
| XYZ | 46.57 | 73.71 | 59.35 | - |
| YUV | 192.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 188 | 0.68 | 0 | 0.25 | 0.02 | 158.12 | 0.94 | 0.65 |
| Hex | 50 | FA | BC | 44 | 0 | 19 | 2 | 9E | 5E | 41 |
| Octal | 120 | 372 | 274 | 104 | 0 | 31 | 2 | 236 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10111100 | 1000100 | 0 | 11001 | 10 | 10011110 | 1011110 | 1000001 |
Color Harmonies of #50FABC
Complementary color
Monochromatic Colors of #50FABC
Black with #50FABC
Text Example
Text Example
White with #50FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FABC; }
p { color: rgb(80,250,188); }
H1.HeaderClassName
{
color: #50FABC;
}
.AnyTagClassName
{
color: #50FABC;
}
</style>
background-color css
<style>
a { background-color: #50FABC; }
a { background-color: rgb(80,250,188); }
div.DivClassName
{
background-color: #50FABC;
}
.BgClassName
{
background-color: #50FABC;
}
</style>
border-color css
<style>
span { border-color: #50FABC; }
span { border-color: rgb(80,250,188); }
td.TdClassName
{
border-color: #50FABC;
}
.TagClassName
{
border-color: #50FABC;
}
</style>