Shades of Turquoise #50F7E5
Tints of Turquoise #50F7E5
RGB
CMYK
RGB Variations
Color information
#50F7E5 (or 0x50F7E5) is known color: Turquoise. HEX triplet: 50, F7 and E5. RGB value is (80,247,229). Sum of RGB (Red+Green+Blue) = 80+247+229=556 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.39% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7E5 is #AF081A. Grayscale: #C2C2C2. Windows color (decimal): -11470875 or 15071056. OLE color: 15071056.
HSL color Cylindrical-coordinate representation of color #50F7E5: hue angle of 173.53º 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 #50F7E5 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 229 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.03 |
| HSL | 173.53º | 0.91% | 0.64% | - |
| HSV(B) | 173.53º | 0.68% | 0.97% | - |
| XYZ | 50.71 | 73.88 | 85.72 | - |
| YUV | 195.02 | 147.17 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 229 | 0.68 | 0 | 0.07 | 0.03 | 173.53 | 0.91 | 0.64 |
| Hex | 50 | F7 | E5 | 44 | 0 | 7 | 3 | AE | 5B | 40 |
| Octal | 120 | 367 | 345 | 104 | 0 | 7 | 3 | 256 | 133 | 100 |
| Binary | 1010000 | 11110111 | 11100101 | 1000100 | 0 | 111 | 11 | 10101110 | 1011011 | 1000000 |
Color Harmonies of #50F7E5
Complementary color
Monochromatic Colors of #50F7E5
Black with #50F7E5
Text Example
Text Example
White with #50F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7E5; }
p { color: rgb(80,247,229); }
H1.HeaderClassName
{
color: #50F7E5;
}
.AnyTagClassName
{
color: #50F7E5;
}
</style>
background-color css
<style>
a { background-color: #50F7E5; }
a { background-color: rgb(80,247,229); }
div.DivClassName
{
background-color: #50F7E5;
}
.BgClassName
{
background-color: #50F7E5;
}
</style>
border-color css
<style>
span { border-color: #50F7E5; }
span { border-color: rgb(80,247,229); }
td.TdClassName
{
border-color: #50F7E5;
}
.TagClassName
{
border-color: #50F7E5;
}
</style>