Shades of Turquoise #50EDBC
Tints of Turquoise #50EDBC
RGB
CMYK
RGB Variations
Color information
#50EDBC (or 0x50EDBC) is known color: Turquoise. HEX triplet: 50, ED and BC. RGB value is (80,237,188). Sum of RGB (Red+Green+Blue) = 80+237+188=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDBC is #AF1243. Grayscale: #B8B8B8. Windows color (decimal): -11473476 or 12381520. OLE color: 12381520.
HSL color Cylindrical-coordinate representation of color #50EDBC: hue angle of 161.27º degrees, saturation: 0.81, 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 #50EDBC is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 188 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.07 |
| HSL | 161.27º | 0.81% | 0.62% | - |
| HSV(B) | 161.27º | 0.66% | 0.93% | - |
| XYZ | 42.67 | 65.9 | 58.05 | - |
| YUV | 184.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 188 | 0.66 | 0 | 0.21 | 0.07 | 161.27 | 0.81 | 0.62 |
| Hex | 50 | ED | BC | 42 | 0 | 15 | 7 | A1 | 51 | 3E |
| Octal | 120 | 355 | 274 | 102 | 0 | 25 | 7 | 241 | 121 | 76 |
| Binary | 1010000 | 11101101 | 10111100 | 1000010 | 0 | 10101 | 111 | 10100001 | 1010001 | 111110 |
Color Harmonies of #50EDBC
Complementary color
Monochromatic Colors of #50EDBC
Black with #50EDBC
Text Example
Text Example
White with #50EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDBC; }
p { color: rgb(80,237,188); }
H1.HeaderClassName
{
color: #50EDBC;
}
.AnyTagClassName
{
color: #50EDBC;
}
</style>
background-color css
<style>
a { background-color: #50EDBC; }
a { background-color: rgb(80,237,188); }
div.DivClassName
{
background-color: #50EDBC;
}
.BgClassName
{
background-color: #50EDBC;
}
</style>
border-color css
<style>
span { border-color: #50EDBC; }
span { border-color: rgb(80,237,188); }
td.TdClassName
{
border-color: #50EDBC;
}
.TagClassName
{
border-color: #50EDBC;
}
</style>