Shades of Turquoise #50FEB7
Tints of Turquoise #50FEB7
RGB
CMYK
RGB Variations
Color information
#50FEB7 (or 0x50FEB7) is known color: Turquoise. HEX triplet: 50, FE and B7. RGB value is (80,254,183). Sum of RGB (Red+Green+Blue) = 80+254+183=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEB7 is #AF0148. Grayscale: #C1C1C1. Windows color (decimal): -11469129 or 12058192. OLE color: 12058192.
HSL color Cylindrical-coordinate representation of color #50FEB7: hue angle of 155.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEB7 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 183 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.00 |
| HSL | 155.52º | 0.99% | 0.65% | - |
| HSV(B) | 155.52º | 0.69% | 1% | - |
| XYZ | 47.3 | 76.01 | 56.98 | - |
| YUV | 193.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 183 | 0.69 | 0 | 0.28 | 0.00 | 155.52 | 0.99 | 0.65 |
| Hex | 50 | FE | B7 | 45 | 0 | 1C | 0 | 9C | 63 | 41 |
| Octal | 120 | 376 | 267 | 105 | 0 | 34 | 0 | 234 | 143 | 101 |
| Binary | 1010000 | 11111110 | 10110111 | 1000101 | 0 | 11100 | 0 | 10011100 | 1100011 | 1000001 |
Color Harmonies of #50FEB7
Complementary color
Monochromatic Colors of #50FEB7
Black with #50FEB7
Text Example
Text Example
White with #50FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEB7; }
p { color: rgb(80,254,183); }
H1.HeaderClassName
{
color: #50FEB7;
}
.AnyTagClassName
{
color: #50FEB7;
}
</style>
background-color css
<style>
a { background-color: #50FEB7; }
a { background-color: rgb(80,254,183); }
div.DivClassName
{
background-color: #50FEB7;
}
.BgClassName
{
background-color: #50FEB7;
}
</style>
border-color css
<style>
span { border-color: #50FEB7; }
span { border-color: rgb(80,254,183); }
td.TdClassName
{
border-color: #50FEB7;
}
.TagClassName
{
border-color: #50FEB7;
}
</style>