Shades of Turquoise #50FFB1
Tints of Turquoise #50FFB1
RGB
CMYK
RGB Variations
Color information
#50FFB1 (or 0x50FFB1) is known color: Turquoise. HEX triplet: 50, FF and B1. RGB value is (80,255,177). Sum of RGB (Red+Green+Blue) = 80+255+177=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFB1 is #AF004E. Grayscale: #C1C1C1. Windows color (decimal): -11468879 or 11665232. OLE color: 11665232.
HSL color Cylindrical-coordinate representation of color #50FFB1: hue angle of 153.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFB1 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 177 | - |
| CMYK | 0.69 | 0 | 0.31 | 0 |
| HSL | 153.26º | 1% | 0.66% | - |
| HSV(B) | 153.26º | 0.69% | 1% | - |
| XYZ | 47 | 76.4 | 53.86 | - |
| YUV | 193.78 | 118.52 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 177 | 0.69 | 0 | 0.31 | 0 | 153.26 | 1 | 0.66 |
| Hex | 50 | FF | B1 | 45 | 0 | 1F | 0 | 99 | 64 | 42 |
| Octal | 120 | 377 | 261 | 105 | 0 | 37 | 0 | 231 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10110001 | 1000101 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #50FFB1
Complementary color
Monochromatic Colors of #50FFB1
Black with #50FFB1
Text Example
Text Example
White with #50FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFB1; }
p { color: rgb(80,255,177); }
H1.HeaderClassName
{
color: #50FFB1;
}
.AnyTagClassName
{
color: #50FFB1;
}
</style>
background-color css
<style>
a { background-color: #50FFB1; }
a { background-color: rgb(80,255,177); }
div.DivClassName
{
background-color: #50FFB1;
}
.BgClassName
{
background-color: #50FFB1;
}
</style>
border-color css
<style>
span { border-color: #50FFB1; }
span { border-color: rgb(80,255,177); }
td.TdClassName
{
border-color: #50FFB1;
}
.TagClassName
{
border-color: #50FFB1;
}
</style>