Shades of Turquoise #50E5C5
Tints of Turquoise #50E5C5
RGB
CMYK
RGB Variations
Color information
#50E5C5 (or 0x50E5C5) is known color: Turquoise. HEX triplet: 50, E5 and C5. RGB value is (80,229,197). Sum of RGB (Red+Green+Blue) = 80+229+197=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5C5 is #AF1A3A. Grayscale: #B4B4B4. Windows color (decimal): -11475515 or 12969296. OLE color: 12969296.
HSL color Cylindrical-coordinate representation of color #50E5C5: hue angle of 167.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5C5 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 197 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.10 |
| HSL | 167.11º | 0.74% | 0.61% | - |
| HSV(B) | 167.11º | 0.65% | 0.9% | - |
| XYZ | 41.41 | 61.78 | 62.56 | - |
| YUV | 180.8 | 137.14 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 197 | 0.65 | 0 | 0.14 | 0.10 | 167.11 | 0.74 | 0.61 |
| Hex | 50 | E5 | C5 | 41 | 0 | E | A | A7 | 4A | 3D |
| Octal | 120 | 345 | 305 | 101 | 0 | 16 | 12 | 247 | 112 | 75 |
| Binary | 1010000 | 11100101 | 11000101 | 1000001 | 0 | 1110 | 1010 | 10100111 | 1001010 | 111101 |
Color Harmonies of #50E5C5
Complementary color
Monochromatic Colors of #50E5C5
Black with #50E5C5
Text Example
Text Example
White with #50E5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5C5; }
p { color: rgb(80,229,197); }
H1.HeaderClassName
{
color: #50E5C5;
}
.AnyTagClassName
{
color: #50E5C5;
}
</style>
background-color css
<style>
a { background-color: #50E5C5; }
a { background-color: rgb(80,229,197); }
div.DivClassName
{
background-color: #50E5C5;
}
.BgClassName
{
background-color: #50E5C5;
}
</style>
border-color css
<style>
span { border-color: #50E5C5; }
span { border-color: rgb(80,229,197); }
td.TdClassName
{
border-color: #50E5C5;
}
.TagClassName
{
border-color: #50E5C5;
}
</style>