Shades of Turquoise #50EDCB
Tints of Turquoise #50EDCB
RGB
CMYK
RGB Variations
Color information
#50EDCB (or 0x50EDCB) is known color: Turquoise. HEX triplet: 50, ED and CB. RGB value is (80,237,203). Sum of RGB (Red+Green+Blue) = 80+237+203=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDCB is #AF1234. Grayscale: #BABABA. Windows color (decimal): -11473461 or 13364560. OLE color: 13364560.
HSL color Cylindrical-coordinate representation of color #50EDCB: hue angle of 167.01º 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 #50EDCB is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 203 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.07 |
| HSL | 167.01º | 0.81% | 0.62% | - |
| HSV(B) | 167.01º | 0.66% | 0.93% | - |
| XYZ | 44.37 | 66.59 | 67.01 | - |
| YUV | 186.18 | 137.49 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 203 | 0.66 | 0 | 0.14 | 0.07 | 167.01 | 0.81 | 0.62 |
| Hex | 50 | ED | CB | 42 | 0 | E | 7 | A7 | 51 | 3E |
| Octal | 120 | 355 | 313 | 102 | 0 | 16 | 7 | 247 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11001011 | 1000010 | 0 | 1110 | 111 | 10100111 | 1010001 | 111110 |
Color Harmonies of #50EDCB
Complementary color
Monochromatic Colors of #50EDCB
Black with #50EDCB
Text Example
Text Example
White with #50EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDCB; }
p { color: rgb(80,237,203); }
H1.HeaderClassName
{
color: #50EDCB;
}
.AnyTagClassName
{
color: #50EDCB;
}
</style>
background-color css
<style>
a { background-color: #50EDCB; }
a { background-color: rgb(80,237,203); }
div.DivClassName
{
background-color: #50EDCB;
}
.BgClassName
{
background-color: #50EDCB;
}
</style>
border-color css
<style>
span { border-color: #50EDCB; }
span { border-color: rgb(80,237,203); }
td.TdClassName
{
border-color: #50EDCB;
}
.TagClassName
{
border-color: #50EDCB;
}
</style>