Shades of Turquoise #50F4D8
Tints of Turquoise #50F4D8
RGB
CMYK
RGB Variations
Color information
#50F4D8 (or 0x50F4D8) is known color: Turquoise. HEX triplet: 50, F4 and D8. RGB value is (80,244,216). Sum of RGB (Red+Green+Blue) = 80+244+216=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F4D8 is #AF0B27. Grayscale: #BFBFBF. Windows color (decimal): -11471656 or 14218320. OLE color: 14218320.
HSL color Cylindrical-coordinate representation of color #50F4D8: hue angle of 169.76º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F4D8 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 216 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.04 |
| HSL | 169.76º | 0.88% | 0.64% | - |
| HSV(B) | 169.76º | 0.67% | 0.96% | - |
| XYZ | 48.05 | 71.36 | 76.21 | - |
| YUV | 191.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 216 | 0.67 | 0 | 0.11 | 0.04 | 169.76 | 0.88 | 0.64 |
| Hex | 50 | F4 | D8 | 43 | 0 | B | 4 | AA | 58 | 40 |
| Octal | 120 | 364 | 330 | 103 | 0 | 13 | 4 | 252 | 130 | 100 |
| Binary | 1010000 | 11110100 | 11011000 | 1000011 | 0 | 1011 | 100 | 10101010 | 1011000 | 1000000 |
Color Harmonies of #50F4D8
Complementary color
Monochromatic Colors of #50F4D8
Black with #50F4D8
Text Example
Text Example
White with #50F4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F4D8; }
p { color: rgb(80,244,216); }
H1.HeaderClassName
{
color: #50F4D8;
}
.AnyTagClassName
{
color: #50F4D8;
}
</style>
background-color css
<style>
a { background-color: #50F4D8; }
a { background-color: rgb(80,244,216); }
div.DivClassName
{
background-color: #50F4D8;
}
.BgClassName
{
background-color: #50F4D8;
}
</style>
border-color css
<style>
span { border-color: #50F4D8; }
span { border-color: rgb(80,244,216); }
td.TdClassName
{
border-color: #50F4D8;
}
.TagClassName
{
border-color: #50F4D8;
}
</style>