Shades of Turquoise #50FFBD
Tints of Turquoise #50FFBD
RGB
CMYK
RGB Variations
Color information
#50FFBD (or 0x50FFBD) is known color: Turquoise. HEX triplet: 50, FF and BD. RGB value is (80,255,189). Sum of RGB (Red+Green+Blue) = 80+255+189=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFBD is #AF0042. Grayscale: #C3C3C3. Windows color (decimal): -11468867 or 12451664. OLE color: 12451664.
HSL color Cylindrical-coordinate representation of color #50FFBD: hue angle of 157.37º 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 #50FFBD is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 189 | - |
| CMYK | 0.69 | 0 | 0.26 | 0 |
| HSL | 157.37º | 1% | 0.66% | - |
| HSV(B) | 157.37º | 0.69% | 1% | - |
| XYZ | 48.25 | 76.9 | 60.44 | - |
| YUV | 195.15 | 124.52 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 189 | 0.69 | 0 | 0.26 | 0 | 157.37 | 1 | 0.66 |
| Hex | 50 | FF | BD | 45 | 0 | 1A | 0 | 9D | 64 | 42 |
| Octal | 120 | 377 | 275 | 105 | 0 | 32 | 0 | 235 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10111101 | 1000101 | 0 | 11010 | 0 | 10011101 | 1100100 | 1000010 |
Color Harmonies of #50FFBD
Complementary color
Monochromatic Colors of #50FFBD
Black with #50FFBD
Text Example
Text Example
White with #50FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFBD; }
p { color: rgb(80,255,189); }
H1.HeaderClassName
{
color: #50FFBD;
}
.AnyTagClassName
{
color: #50FFBD;
}
</style>
background-color css
<style>
a { background-color: #50FFBD; }
a { background-color: rgb(80,255,189); }
div.DivClassName
{
background-color: #50FFBD;
}
.BgClassName
{
background-color: #50FFBD;
}
</style>
border-color css
<style>
span { border-color: #50FFBD; }
span { border-color: rgb(80,255,189); }
td.TdClassName
{
border-color: #50FFBD;
}
.TagClassName
{
border-color: #50FFBD;
}
</style>