Shades of Turquoise #50F7E1
Tints of Turquoise #50F7E1
RGB
CMYK
RGB Variations
Color information
#50F7E1 (or 0x50F7E1) is known color: Turquoise. HEX triplet: 50, F7 and E1. RGB value is (80,247,225). Sum of RGB (Red+Green+Blue) = 80+247+225=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7E1 is #AF081E. Grayscale: #C2C2C2. Windows color (decimal): -11470879 or 14808912. OLE color: 14808912.
HSL color Cylindrical-coordinate representation of color #50F7E1: hue angle of 172.1º 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 #50F7E1 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 225 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.03 |
| HSL | 172.1º | 0.91% | 0.64% | - |
| HSV(B) | 172.1º | 0.68% | 0.97% | - |
| XYZ | 50.16 | 73.66 | 82.81 | - |
| YUV | 194.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 225 | 0.68 | 0 | 0.09 | 0.03 | 172.1 | 0.91 | 0.64 |
| Hex | 50 | F7 | E1 | 44 | 0 | 9 | 3 | AC | 5B | 40 |
| Octal | 120 | 367 | 341 | 104 | 0 | 11 | 3 | 254 | 133 | 100 |
| Binary | 1010000 | 11110111 | 11100001 | 1000100 | 0 | 1001 | 11 | 10101100 | 1011011 | 1000000 |
Color Harmonies of #50F7E1
Complementary color
Monochromatic Colors of #50F7E1
Black with #50F7E1
Text Example
Text Example
White with #50F7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7E1; }
p { color: rgb(80,247,225); }
H1.HeaderClassName
{
color: #50F7E1;
}
.AnyTagClassName
{
color: #50F7E1;
}
</style>
background-color css
<style>
a { background-color: #50F7E1; }
a { background-color: rgb(80,247,225); }
div.DivClassName
{
background-color: #50F7E1;
}
.BgClassName
{
background-color: #50F7E1;
}
</style>
border-color css
<style>
span { border-color: #50F7E1; }
span { border-color: rgb(80,247,225); }
td.TdClassName
{
border-color: #50F7E1;
}
.TagClassName
{
border-color: #50F7E1;
}
</style>