Shades of Turquoise #50F2B7
Tints of Turquoise #50F2B7
RGB
CMYK
RGB Variations
Color information
#50F2B7 (or 0x50F2B7) is known color: Turquoise. HEX triplet: 50, F2 and B7. RGB value is (80,242,183). Sum of RGB (Red+Green+Blue) = 80+242+183=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2B7 is #AF0D48. Grayscale: #BABABA. Windows color (decimal): -11472201 or 12055120. OLE color: 12055120.
HSL color Cylindrical-coordinate representation of color #50F2B7: hue angle of 158.15º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F2B7 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 183 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.05 |
| HSL | 158.15º | 0.86% | 0.63% | - |
| HSV(B) | 158.15º | 0.67% | 0.95% | - |
| XYZ | 43.61 | 68.63 | 55.75 | - |
| YUV | 186.84 | 125.83 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 183 | 0.67 | 0 | 0.24 | 0.05 | 158.15 | 0.86 | 0.63 |
| Hex | 50 | F2 | B7 | 43 | 0 | 18 | 5 | 9E | 56 | 3F |
| Octal | 120 | 362 | 267 | 103 | 0 | 30 | 5 | 236 | 126 | 77 |
| Binary | 1010000 | 11110010 | 10110111 | 1000011 | 0 | 11000 | 101 | 10011110 | 1010110 | 111111 |
Color Harmonies of #50F2B7
Complementary color
Monochromatic Colors of #50F2B7
Black with #50F2B7
Text Example
Text Example
White with #50F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F2B7; }
p { color: rgb(80,242,183); }
H1.HeaderClassName
{
color: #50F2B7;
}
.AnyTagClassName
{
color: #50F2B7;
}
</style>
background-color css
<style>
a { background-color: #50F2B7; }
a { background-color: rgb(80,242,183); }
div.DivClassName
{
background-color: #50F2B7;
}
.BgClassName
{
background-color: #50F2B7;
}
</style>
border-color css
<style>
span { border-color: #50F2B7; }
span { border-color: rgb(80,242,183); }
td.TdClassName
{
border-color: #50F2B7;
}
.TagClassName
{
border-color: #50F2B7;
}
</style>