Shades of Turquoise #50EBC9
Tints of Turquoise #50EBC9
RGB
CMYK
RGB Variations
Color information
#50EBC9 (or 0x50EBC9) is known color: Turquoise. HEX triplet: 50, EB and C9. RGB value is (80,235,201). Sum of RGB (Red+Green+Blue) = 80+235+201=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBC9 is #AF1436. Grayscale: #B8B8B8. Windows color (decimal): -11473975 or 13232976. OLE color: 13232976.
HSL color Cylindrical-coordinate representation of color #50EBC9: hue angle of 166.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBC9 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 201 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.08 |
| HSL | 166.84º | 0.79% | 0.62% | - |
| HSV(B) | 166.84º | 0.66% | 0.92% | - |
| XYZ | 43.56 | 65.34 | 65.57 | - |
| YUV | 184.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 201 | 0.66 | 0 | 0.14 | 0.08 | 166.84 | 0.79 | 0.62 |
| Hex | 50 | EB | C9 | 42 | 0 | E | 8 | A7 | 4F | 3E |
| Octal | 120 | 353 | 311 | 102 | 0 | 16 | 10 | 247 | 117 | 76 |
| Binary | 1010000 | 11101011 | 11001001 | 1000010 | 0 | 1110 | 1000 | 10100111 | 1001111 | 111110 |
Color Harmonies of #50EBC9
Complementary color
Monochromatic Colors of #50EBC9
Black with #50EBC9
Text Example
Text Example
White with #50EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBC9; }
p { color: rgb(80,235,201); }
H1.HeaderClassName
{
color: #50EBC9;
}
.AnyTagClassName
{
color: #50EBC9;
}
</style>
background-color css
<style>
a { background-color: #50EBC9; }
a { background-color: rgb(80,235,201); }
div.DivClassName
{
background-color: #50EBC9;
}
.BgClassName
{
background-color: #50EBC9;
}
</style>
border-color css
<style>
span { border-color: #50EBC9; }
span { border-color: rgb(80,235,201); }
td.TdClassName
{
border-color: #50EBC9;
}
.TagClassName
{
border-color: #50EBC9;
}
</style>