Shades of Turquoise #50E3C5
Tints of Turquoise #50E3C5
RGB
CMYK
RGB Variations
Color information
#50E3C5 (or 0x50E3C5) is known color: Turquoise. HEX triplet: 50, E3 and C5. RGB value is (80,227,197). Sum of RGB (Red+Green+Blue) = 80+227+197=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #50E3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E3C5 is #AF1C3A. Grayscale: #B3B3B3. Windows color (decimal): -11476027 or 12968784. OLE color: 12968784.
HSL color Cylindrical-coordinate representation of color #50E3C5: hue angle of 167.76º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E3C5 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 197 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.11 |
| HSL | 167.76º | 0.72% | 0.6% | - |
| HSV(B) | 167.76º | 0.65% | 0.89% | - |
| XYZ | 40.86 | 60.67 | 62.38 | - |
| YUV | 179.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 197 | 0.65 | 0 | 0.13 | 0.11 | 167.76 | 0.72 | 0.6 |
| Hex | 50 | E3 | C5 | 41 | 0 | D | B | A8 | 48 | 3C |
| Octal | 120 | 343 | 305 | 101 | 0 | 15 | 13 | 250 | 110 | 74 |
| Binary | 1010000 | 11100011 | 11000101 | 1000001 | 0 | 1101 | 1011 | 10101000 | 1001000 | 111100 |
Color Harmonies of #50E3C5
Complementary color
Monochromatic Colors of #50E3C5
Black with #50E3C5
Text Example
Text Example
White with #50E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E3C5; }
p { color: rgb(80,227,197); }
H1.HeaderClassName
{
color: #50E3C5;
}
.AnyTagClassName
{
color: #50E3C5;
}
</style>
background-color css
<style>
a { background-color: #50E3C5; }
a { background-color: rgb(80,227,197); }
div.DivClassName
{
background-color: #50E3C5;
}
.BgClassName
{
background-color: #50E3C5;
}
</style>
border-color css
<style>
span { border-color: #50E3C5; }
span { border-color: rgb(80,227,197); }
td.TdClassName
{
border-color: #50E3C5;
}
.TagClassName
{
border-color: #50E3C5;
}
</style>