Shades of Turquoise #50FCB7
Tints of Turquoise #50FCB7
RGB
CMYK
RGB Variations
Color information
#50FCB7 (or 0x50FCB7) is known color: Turquoise. HEX triplet: 50, FC and B7. RGB value is (80,252,183). Sum of RGB (Red+Green+Blue) = 80+252+183=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCB7 is #AF0348. Grayscale: #C0C0C0. Windows color (decimal): -11469641 or 12057680. OLE color: 12057680.
HSL color Cylindrical-coordinate representation of color #50FCB7: hue angle of 155.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCB7 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 183 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.01 |
| HSL | 155.93º | 0.97% | 0.65% | - |
| HSV(B) | 155.93º | 0.68% | 0.99% | - |
| XYZ | 46.67 | 74.75 | 56.77 | - |
| YUV | 192.71 | 122.52 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 183 | 0.68 | 0 | 0.27 | 0.01 | 155.93 | 0.97 | 0.65 |
| Hex | 50 | FC | B7 | 44 | 0 | 1B | 1 | 9C | 61 | 41 |
| Octal | 120 | 374 | 267 | 104 | 0 | 33 | 1 | 234 | 141 | 101 |
| Binary | 1010000 | 11111100 | 10110111 | 1000100 | 0 | 11011 | 1 | 10011100 | 1100001 | 1000001 |
Color Harmonies of #50FCB7
Complementary color
Monochromatic Colors of #50FCB7
Black with #50FCB7
Text Example
Text Example
White with #50FCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCB7; }
p { color: rgb(80,252,183); }
H1.HeaderClassName
{
color: #50FCB7;
}
.AnyTagClassName
{
color: #50FCB7;
}
</style>
background-color css
<style>
a { background-color: #50FCB7; }
a { background-color: rgb(80,252,183); }
div.DivClassName
{
background-color: #50FCB7;
}
.BgClassName
{
background-color: #50FCB7;
}
</style>
border-color css
<style>
span { border-color: #50FCB7; }
span { border-color: rgb(80,252,183); }
td.TdClassName
{
border-color: #50FCB7;
}
.TagClassName
{
border-color: #50FCB7;
}
</style>