Shades of Turquoise #50F0B7
Tints of Turquoise #50F0B7
RGB
CMYK
RGB Variations
Color information
#50F0B7 (or 0x50F0B7) is known color: Turquoise. HEX triplet: 50, F0 and B7. RGB value is (80,240,183). Sum of RGB (Red+Green+Blue) = 80+240+183=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #50F0B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F0B7 is #AF0F48. Grayscale: #B9B9B9. Windows color (decimal): -11472713 or 12054608. OLE color: 12054608.
HSL color Cylindrical-coordinate representation of color #50F0B7: hue angle of 158.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F0B7 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 183 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.06 |
| HSL | 158.63º | 0.84% | 0.63% | - |
| HSV(B) | 158.63º | 0.67% | 0.94% | - |
| XYZ | 43.02 | 67.44 | 55.55 | - |
| YUV | 185.66 | 126.49 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 183 | 0.67 | 0 | 0.24 | 0.06 | 158.63 | 0.84 | 0.63 |
| Hex | 50 | F0 | B7 | 43 | 0 | 18 | 6 | 9F | 54 | 3F |
| Octal | 120 | 360 | 267 | 103 | 0 | 30 | 6 | 237 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10110111 | 1000011 | 0 | 11000 | 110 | 10011111 | 1010100 | 111111 |
Color Harmonies of #50F0B7
Complementary color
Monochromatic Colors of #50F0B7
Black with #50F0B7
Text Example
Text Example
White with #50F0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F0B7; }
p { color: rgb(80,240,183); }
H1.HeaderClassName
{
color: #50F0B7;
}
.AnyTagClassName
{
color: #50F0B7;
}
</style>
background-color css
<style>
a { background-color: #50F0B7; }
a { background-color: rgb(80,240,183); }
div.DivClassName
{
background-color: #50F0B7;
}
.BgClassName
{
background-color: #50F0B7;
}
</style>
border-color css
<style>
span { border-color: #50F0B7; }
span { border-color: rgb(80,240,183); }
td.TdClassName
{
border-color: #50F0B7;
}
.TagClassName
{
border-color: #50F0B7;
}
</style>