Shades of Turquoise #50FAB3
Tints of Turquoise #50FAB3
RGB
CMYK
RGB Variations
Color information
#50FAB3 (or 0x50FAB3) is known color: Turquoise. HEX triplet: 50, FA and B3. RGB value is (80,250,179). Sum of RGB (Red+Green+Blue) = 80+250+179=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FAB3 is #AF054C. Grayscale: #BFBFBF. Windows color (decimal): -11470157 or 11795024. OLE color: 11795024.
HSL color Cylindrical-coordinate representation of color #50FAB3: hue angle of 154.94º 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 #50FAB3 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 179 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.02 |
| HSL | 154.94º | 0.94% | 0.65% | - |
| HSV(B) | 154.94º | 0.68% | 0.98% | - |
| XYZ | 45.63 | 73.33 | 54.4 | - |
| YUV | 191.08 | 121.18 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 179 | 0.68 | 0 | 0.28 | 0.02 | 154.94 | 0.94 | 0.65 |
| Hex | 50 | FA | B3 | 44 | 0 | 1C | 2 | 9B | 5E | 41 |
| Octal | 120 | 372 | 263 | 104 | 0 | 34 | 2 | 233 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10110011 | 1000100 | 0 | 11100 | 10 | 10011011 | 1011110 | 1000001 |
Color Harmonies of #50FAB3
Complementary color
Monochromatic Colors of #50FAB3
Black with #50FAB3
Text Example
Text Example
White with #50FAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FAB3; }
p { color: rgb(80,250,179); }
H1.HeaderClassName
{
color: #50FAB3;
}
.AnyTagClassName
{
color: #50FAB3;
}
</style>
background-color css
<style>
a { background-color: #50FAB3; }
a { background-color: rgb(80,250,179); }
div.DivClassName
{
background-color: #50FAB3;
}
.BgClassName
{
background-color: #50FAB3;
}
</style>
border-color css
<style>
span { border-color: #50FAB3; }
span { border-color: rgb(80,250,179); }
td.TdClassName
{
border-color: #50FAB3;
}
.TagClassName
{
border-color: #50FAB3;
}
</style>