Shades of Turquoise #50F7C6
Tints of Turquoise #50F7C6
RGB
CMYK
RGB Variations
Color information
#50F7C6 (or 0x50F7C6) is known color: Turquoise. HEX triplet: 50, F7 and C6. RGB value is (80,247,198). Sum of RGB (Red+Green+Blue) = 80+247+198=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7C6 is #AF0839. Grayscale: #BFBFBF. Windows color (decimal): -11470906 or 13039440. OLE color: 13039440.
HSL color Cylindrical-coordinate representation of color #50F7C6: hue angle of 162.4º 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 #50F7C6 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 198 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.03 |
| HSL | 162.4º | 0.91% | 0.64% | - |
| HSV(B) | 162.4º | 0.68% | 0.97% | - |
| XYZ | 46.76 | 72.3 | 64.92 | - |
| YUV | 191.48 | 131.67 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 198 | 0.68 | 0 | 0.20 | 0.03 | 162.4 | 0.91 | 0.64 |
| Hex | 50 | F7 | C6 | 44 | 0 | 14 | 3 | A2 | 5B | 40 |
| Octal | 120 | 367 | 306 | 104 | 0 | 24 | 3 | 242 | 133 | 100 |
| Binary | 1010000 | 11110111 | 11000110 | 1000100 | 0 | 10100 | 11 | 10100010 | 1011011 | 1000000 |
Color Harmonies of #50F7C6
Complementary color
Monochromatic Colors of #50F7C6
Black with #50F7C6
Text Example
Text Example
White with #50F7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7C6; }
p { color: rgb(80,247,198); }
H1.HeaderClassName
{
color: #50F7C6;
}
.AnyTagClassName
{
color: #50F7C6;
}
</style>
background-color css
<style>
a { background-color: #50F7C6; }
a { background-color: rgb(80,247,198); }
div.DivClassName
{
background-color: #50F7C6;
}
.BgClassName
{
background-color: #50F7C6;
}
</style>
border-color css
<style>
span { border-color: #50F7C6; }
span { border-color: rgb(80,247,198); }
td.TdClassName
{
border-color: #50F7C6;
}
.TagClassName
{
border-color: #50F7C6;
}
</style>