Shades of Turquoise #50E2CE
Tints of Turquoise #50E2CE
RGB
CMYK
RGB Variations
Color information
#50E2CE (or 0x50E2CE) is known color: Turquoise. HEX triplet: 50, E2 and CE. RGB value is (80,226,206). Sum of RGB (Red+Green+Blue) = 80+226+206=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E2CE is #AF1D31. Grayscale: #B4B4B4. Windows color (decimal): -11476274 or 13558352. OLE color: 13558352.
HSL color Cylindrical-coordinate representation of color #50E2CE: hue angle of 171.78º 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 #50E2CE is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 206 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.11 |
| HSL | 171.78º | 0.72% | 0.6% | - |
| HSV(B) | 171.78º | 0.65% | 0.89% | - |
| XYZ | 41.65 | 60.55 | 67.89 | - |
| YUV | 180.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 206 | 0.65 | 0 | 0.09 | 0.11 | 171.78 | 0.72 | 0.6 |
| Hex | 50 | E2 | CE | 41 | 0 | 9 | B | AC | 48 | 3C |
| Octal | 120 | 342 | 316 | 101 | 0 | 11 | 13 | 254 | 110 | 74 |
| Binary | 1010000 | 11100010 | 11001110 | 1000001 | 0 | 1001 | 1011 | 10101100 | 1001000 | 111100 |
Color Harmonies of #50E2CE
Complementary color
Monochromatic Colors of #50E2CE
Black with #50E2CE
Text Example
Text Example
White with #50E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E2CE; }
p { color: rgb(80,226,206); }
H1.HeaderClassName
{
color: #50E2CE;
}
.AnyTagClassName
{
color: #50E2CE;
}
</style>
background-color css
<style>
a { background-color: #50E2CE; }
a { background-color: rgb(80,226,206); }
div.DivClassName
{
background-color: #50E2CE;
}
.BgClassName
{
background-color: #50E2CE;
}
</style>
border-color css
<style>
span { border-color: #50E2CE; }
span { border-color: rgb(80,226,206); }
td.TdClassName
{
border-color: #50E2CE;
}
.TagClassName
{
border-color: #50E2CE;
}
</style>