Shades of Turquoise #50EDC8
Tints of Turquoise #50EDC8
RGB
CMYK
RGB Variations
Color information
#50EDC8 (or 0x50EDC8) is known color: Turquoise. HEX triplet: 50, ED and C8. RGB value is (80,237,200). Sum of RGB (Red+Green+Blue) = 80+237+200=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDC8 is #AF1237. Grayscale: #B9B9B9. Windows color (decimal): -11473464 or 13167952. OLE color: 13167952.
HSL color Cylindrical-coordinate representation of color #50EDC8: hue angle of 165.86º 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 #50EDC8 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 200 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.07 |
| HSL | 165.86º | 0.81% | 0.62% | - |
| HSV(B) | 165.86º | 0.66% | 0.93% | - |
| XYZ | 44.02 | 66.44 | 65.15 | - |
| YUV | 185.84 | 135.99 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 200 | 0.66 | 0 | 0.16 | 0.07 | 165.86 | 0.81 | 0.62 |
| Hex | 50 | ED | C8 | 42 | 0 | 10 | 7 | A6 | 51 | 3E |
| Octal | 120 | 355 | 310 | 102 | 0 | 20 | 7 | 246 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11001000 | 1000010 | 0 | 10000 | 111 | 10100110 | 1010001 | 111110 |
Color Harmonies of #50EDC8
Complementary color
Monochromatic Colors of #50EDC8
Black with #50EDC8
Text Example
Text Example
White with #50EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDC8; }
p { color: rgb(80,237,200); }
H1.HeaderClassName
{
color: #50EDC8;
}
.AnyTagClassName
{
color: #50EDC8;
}
</style>
background-color css
<style>
a { background-color: #50EDC8; }
a { background-color: rgb(80,237,200); }
div.DivClassName
{
background-color: #50EDC8;
}
.BgClassName
{
background-color: #50EDC8;
}
</style>
border-color css
<style>
span { border-color: #50EDC8; }
span { border-color: rgb(80,237,200); }
td.TdClassName
{
border-color: #50EDC8;
}
.TagClassName
{
border-color: #50EDC8;
}
</style>