Shades of Turquoise #50F1EA
Tints of Turquoise #50F1EA
RGB
CMYK
RGB Variations
Color information
#50F1EA (or 0x50F1EA) is known color: Turquoise. HEX triplet: 50, F1 and EA. RGB value is (80,241,234). Sum of RGB (Red+Green+Blue) = 80+241+234=555 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.41% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F1EA is #AF0E15. Grayscale: #BFBFBF. Windows color (decimal): -11472406 or 15397200. OLE color: 15397200.
HSL color Cylindrical-coordinate representation of color #50F1EA: hue angle of 177.39º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1EA is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 234 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.05 |
| HSL | 177.39º | 0.85% | 0.63% | - |
| HSV(B) | 177.39º | 0.67% | 0.95% | - |
| XYZ | 49.61 | 70.56 | 88.85 | - |
| YUV | 192.06 | 151.66 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 234 | 0.67 | 0 | 0.03 | 0.05 | 177.39 | 0.85 | 0.63 |
| Hex | 50 | F1 | EA | 43 | 0 | 3 | 5 | B1 | 55 | 3F |
| Octal | 120 | 361 | 352 | 103 | 0 | 3 | 5 | 261 | 125 | 77 |
| Binary | 1010000 | 11110001 | 11101010 | 1000011 | 0 | 11 | 101 | 10110001 | 1010101 | 111111 |
Color Harmonies of #50F1EA
Complementary color
Monochromatic Colors of #50F1EA
Black with #50F1EA
Text Example
Text Example
White with #50F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1EA; }
p { color: rgb(80,241,234); }
H1.HeaderClassName
{
color: #50F1EA;
}
.AnyTagClassName
{
color: #50F1EA;
}
</style>
background-color css
<style>
a { background-color: #50F1EA; }
a { background-color: rgb(80,241,234); }
div.DivClassName
{
background-color: #50F1EA;
}
.BgClassName
{
background-color: #50F1EA;
}
</style>
border-color css
<style>
span { border-color: #50F1EA; }
span { border-color: rgb(80,241,234); }
td.TdClassName
{
border-color: #50F1EA;
}
.TagClassName
{
border-color: #50F1EA;
}
</style>