Shades of Turquoise Blue #50E9F7
Tints of Turquoise Blue #50E9F7
RGB
CMYK
RGB Variations
Color information
#50E9F7 (or 0x50E9F7) is known color: Turquoise Blue. HEX triplet: 50, E9 and F7. RGB value is (80,233,247). Sum of RGB (Red+Green+Blue) = 80+233+247=560 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.29% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #50E9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9F7 is #AF1608. Grayscale: #BCBCBC. Windows color (decimal): -11474441 or 16247120. OLE color: 16247120.
HSL color Cylindrical-coordinate representation of color #50E9F7: hue angle of 185.03º 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 #50E9F7 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 233 | 247 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.03 |
| HSL | 185.03º | 0.91% | 0.64% | - |
| HSV(B) | 185.03º | 0.68% | 0.97% | - |
| XYZ | 49.24 | 66.7 | 98.27 | - |
| YUV | 188.85 | 160.81 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 247 | 0.68 | 0.06 | 0 | 0.03 | 185.03 | 0.91 | 0.64 |
| Hex | 50 | E9 | F7 | 44 | 6 | 0 | 3 | B9 | 5B | 40 |
| Octal | 120 | 351 | 367 | 104 | 6 | 0 | 3 | 271 | 133 | 100 |
| Binary | 1010000 | 11101001 | 11110111 | 1000100 | 110 | 0 | 11 | 10111001 | 1011011 | 1000000 |
Color Harmonies of #50E9F7
Complementary color
Monochromatic Colors of #50E9F7
Black with #50E9F7
Text Example
Text Example
White with #50E9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9F7; }
p { color: rgb(80,233,247); }
H1.HeaderClassName
{
color: #50E9F7;
}
.AnyTagClassName
{
color: #50E9F7;
}
</style>
background-color css
<style>
a { background-color: #50E9F7; }
a { background-color: rgb(80,233,247); }
div.DivClassName
{
background-color: #50E9F7;
}
.BgClassName
{
background-color: #50E9F7;
}
</style>
border-color css
<style>
span { border-color: #50E9F7; }
span { border-color: rgb(80,233,247); }
td.TdClassName
{
border-color: #50E9F7;
}
.TagClassName
{
border-color: #50E9F7;
}
</style>