Shades of Turquoise #50FEBB
Tints of Turquoise #50FEBB
RGB
CMYK
RGB Variations
Color information
#50FEBB (or 0x50FEBB) is known color: Turquoise. HEX triplet: 50, FE and BB. RGB value is (80,254,187). Sum of RGB (Red+Green+Blue) = 80+254+187=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEBB is #AF0144. Grayscale: #C2C2C2. Windows color (decimal): -11469125 or 12320336. OLE color: 12320336.
HSL color Cylindrical-coordinate representation of color #50FEBB: hue angle of 156.9º 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 #50FEBB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 187 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.00 |
| HSL | 156.9º | 0.99% | 0.65% | - |
| HSV(B) | 156.9º | 0.69% | 1% | - |
| XYZ | 47.72 | 76.18 | 59.2 | - |
| YUV | 194.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 187 | 0.69 | 0 | 0.26 | 0.00 | 156.9 | 0.99 | 0.65 |
| Hex | 50 | FE | BB | 45 | 0 | 1A | 0 | 9D | 63 | 41 |
| Octal | 120 | 376 | 273 | 105 | 0 | 32 | 0 | 235 | 143 | 101 |
| Binary | 1010000 | 11111110 | 10111011 | 1000101 | 0 | 11010 | 0 | 10011101 | 1100011 | 1000001 |
Color Harmonies of #50FEBB
Complementary color
Monochromatic Colors of #50FEBB
Black with #50FEBB
Text Example
Text Example
White with #50FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEBB; }
p { color: rgb(80,254,187); }
H1.HeaderClassName
{
color: #50FEBB;
}
.AnyTagClassName
{
color: #50FEBB;
}
</style>
background-color css
<style>
a { background-color: #50FEBB; }
a { background-color: rgb(80,254,187); }
div.DivClassName
{
background-color: #50FEBB;
}
.BgClassName
{
background-color: #50FEBB;
}
</style>
border-color css
<style>
span { border-color: #50FEBB; }
span { border-color: rgb(80,254,187); }
td.TdClassName
{
border-color: #50FEBB;
}
.TagClassName
{
border-color: #50FEBB;
}
</style>