Shades of Turquoise #50EDBD
Tints of Turquoise #50EDBD
RGB
CMYK
RGB Variations
Color information
#50EDBD (or 0x50EDBD) is known color: Turquoise. HEX triplet: 50, ED and BD. RGB value is (80,237,189). Sum of RGB (Red+Green+Blue) = 80+237+189=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDBD is #AF1242. Grayscale: #B8B8B8. Windows color (decimal): -11473475 or 12447056. OLE color: 12447056.
HSL color Cylindrical-coordinate representation of color #50EDBD: hue angle of 161.66º 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 #50EDBD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 189 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.07 |
| HSL | 161.66º | 0.81% | 0.62% | - |
| HSV(B) | 161.66º | 0.66% | 0.93% | - |
| XYZ | 42.78 | 65.95 | 58.62 | - |
| YUV | 184.59 | 130.49 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 189 | 0.66 | 0 | 0.20 | 0.07 | 161.66 | 0.81 | 0.62 |
| Hex | 50 | ED | BD | 42 | 0 | 14 | 7 | A2 | 51 | 3E |
| Octal | 120 | 355 | 275 | 102 | 0 | 24 | 7 | 242 | 121 | 76 |
| Binary | 1010000 | 11101101 | 10111101 | 1000010 | 0 | 10100 | 111 | 10100010 | 1010001 | 111110 |
Color Harmonies of #50EDBD
Complementary color
Monochromatic Colors of #50EDBD
Black with #50EDBD
Text Example
Text Example
White with #50EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDBD; }
p { color: rgb(80,237,189); }
H1.HeaderClassName
{
color: #50EDBD;
}
.AnyTagClassName
{
color: #50EDBD;
}
</style>
background-color css
<style>
a { background-color: #50EDBD; }
a { background-color: rgb(80,237,189); }
div.DivClassName
{
background-color: #50EDBD;
}
.BgClassName
{
background-color: #50EDBD;
}
</style>
border-color css
<style>
span { border-color: #50EDBD; }
span { border-color: rgb(80,237,189); }
td.TdClassName
{
border-color: #50EDBD;
}
.TagClassName
{
border-color: #50EDBD;
}
</style>