Shades of Turquoise #50EEC9
Tints of Turquoise #50EEC9
RGB
CMYK
RGB Variations
Color information
#50EEC9 (or 0x50EEC9) is known color: Turquoise. HEX triplet: 50, EE and C9. RGB value is (80,238,201). Sum of RGB (Red+Green+Blue) = 80+238+201=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEC9 is #AF1136. Grayscale: #BABABA. Windows color (decimal): -11473207 or 13233744. OLE color: 13233744.
HSL color Cylindrical-coordinate representation of color #50EEC9: hue angle of 165.95º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEC9 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 201 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.07 |
| HSL | 165.95º | 0.82% | 0.62% | - |
| HSV(B) | 165.95º | 0.66% | 0.93% | - |
| XYZ | 44.43 | 67.07 | 65.86 | - |
| YUV | 186.54 | 136.15 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 201 | 0.66 | 0 | 0.16 | 0.07 | 165.95 | 0.82 | 0.62 |
| Hex | 50 | EE | C9 | 42 | 0 | 10 | 7 | A6 | 52 | 3E |
| Octal | 120 | 356 | 311 | 102 | 0 | 20 | 7 | 246 | 122 | 76 |
| Binary | 1010000 | 11101110 | 11001001 | 1000010 | 0 | 10000 | 111 | 10100110 | 1010010 | 111110 |
Color Harmonies of #50EEC9
Complementary color
Monochromatic Colors of #50EEC9
Black with #50EEC9
Text Example
Text Example
White with #50EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEC9; }
p { color: rgb(80,238,201); }
H1.HeaderClassName
{
color: #50EEC9;
}
.AnyTagClassName
{
color: #50EEC9;
}
</style>
background-color css
<style>
a { background-color: #50EEC9; }
a { background-color: rgb(80,238,201); }
div.DivClassName
{
background-color: #50EEC9;
}
.BgClassName
{
background-color: #50EEC9;
}
</style>
border-color css
<style>
span { border-color: #50EEC9; }
span { border-color: rgb(80,238,201); }
td.TdClassName
{
border-color: #50EEC9;
}
.TagClassName
{
border-color: #50EEC9;
}
</style>