Shades of Turquoise #50E2E1
Tints of Turquoise #50E2E1
RGB
CMYK
RGB Variations
Color information
#50E2E1 (or 0x50E2E1) is known color: Turquoise. HEX triplet: 50, E2 and E1. RGB value is (80,226,225). Sum of RGB (Red+Green+Blue) = 80+226+225=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E2E1 is #AF1D1E. Grayscale: #B6B6B6. Windows color (decimal): -11476255 or 14803536. OLE color: 14803536.
HSL color Cylindrical-coordinate representation of color #50E2E1: hue angle of 179.59º 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 #50E2E1 is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 225 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.11 |
| HSL | 179.59º | 0.72% | 0.6% | - |
| HSV(B) | 179.59º | 0.65% | 0.89% | - |
| XYZ | 44.1 | 61.53 | 80.79 | - |
| YUV | 182.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 225 | 0.65 | 0 | 0.00 | 0.11 | 179.59 | 0.72 | 0.6 |
| Hex | 50 | E2 | E1 | 41 | 0 | 0 | B | B4 | 48 | 3C |
| Octal | 120 | 342 | 341 | 101 | 0 | 0 | 13 | 264 | 110 | 74 |
| Binary | 1010000 | 11100010 | 11100001 | 1000001 | 0 | 0 | 1011 | 10110100 | 1001000 | 111100 |
Color Harmonies of #50E2E1
Complementary color
Monochromatic Colors of #50E2E1
Black with #50E2E1
Text Example
Text Example
White with #50E2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E2E1; }
p { color: rgb(80,226,225); }
H1.HeaderClassName
{
color: #50E2E1;
}
.AnyTagClassName
{
color: #50E2E1;
}
</style>
background-color css
<style>
a { background-color: #50E2E1; }
a { background-color: rgb(80,226,225); }
div.DivClassName
{
background-color: #50E2E1;
}
.BgClassName
{
background-color: #50E2E1;
}
</style>
border-color css
<style>
span { border-color: #50E2E1; }
span { border-color: rgb(80,226,225); }
td.TdClassName
{
border-color: #50E2E1;
}
.TagClassName
{
border-color: #50E2E1;
}
</style>