Shades of Turquoise #50F7BD
Tints of Turquoise #50F7BD
RGB
CMYK
RGB Variations
Color information
#50F7BD (or 0x50F7BD) is known color: Turquoise. HEX triplet: 50, F7 and BD. RGB value is (80,247,189). Sum of RGB (Red+Green+Blue) = 80+247+189=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7BD is #AF0842. Grayscale: #BEBEBE. Windows color (decimal): -11470915 or 12449616. OLE color: 12449616.
HSL color Cylindrical-coordinate representation of color #50F7BD: hue angle of 159.16º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7BD is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 189 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.03 |
| HSL | 159.16º | 0.91% | 0.64% | - |
| HSV(B) | 159.16º | 0.68% | 0.97% | - |
| XYZ | 45.75 | 71.9 | 59.61 | - |
| YUV | 190.46 | 127.17 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 189 | 0.68 | 0 | 0.23 | 0.03 | 159.16 | 0.91 | 0.64 |
| Hex | 50 | F7 | BD | 44 | 0 | 17 | 3 | 9F | 5B | 40 |
| Octal | 120 | 367 | 275 | 104 | 0 | 27 | 3 | 237 | 133 | 100 |
| Binary | 1010000 | 11110111 | 10111101 | 1000100 | 0 | 10111 | 11 | 10011111 | 1011011 | 1000000 |
Color Harmonies of #50F7BD
Complementary color
Monochromatic Colors of #50F7BD
Black with #50F7BD
Text Example
Text Example
White with #50F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7BD; }
p { color: rgb(80,247,189); }
H1.HeaderClassName
{
color: #50F7BD;
}
.AnyTagClassName
{
color: #50F7BD;
}
</style>
background-color css
<style>
a { background-color: #50F7BD; }
a { background-color: rgb(80,247,189); }
div.DivClassName
{
background-color: #50F7BD;
}
.BgClassName
{
background-color: #50F7BD;
}
</style>
border-color css
<style>
span { border-color: #50F7BD; }
span { border-color: rgb(80,247,189); }
td.TdClassName
{
border-color: #50F7BD;
}
.TagClassName
{
border-color: #50F7BD;
}
</style>