Shades of Turquoise #50ECDD
Tints of Turquoise #50ECDD
RGB
CMYK
RGB Variations
Color information
#50ECDD (or 0x50ECDD) is known color: Turquoise. HEX triplet: 50, EC and DD. RGB value is (80,236,221). Sum of RGB (Red+Green+Blue) = 80+236+221=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECDD is #AF1322. Grayscale: #BBBBBB. Windows color (decimal): -11473699 or 14543952. OLE color: 14543952.
HSL color Cylindrical-coordinate representation of color #50ECDD: hue angle of 174.23º degrees, saturation: 0.8, 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 #50ECDD is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 221 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.07 |
| HSL | 174.23º | 0.8% | 0.62% | - |
| HSV(B) | 174.23º | 0.66% | 0.93% | - |
| XYZ | 46.35 | 66.92 | 78.88 | - |
| YUV | 187.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 221 | 0.66 | 0 | 0.06 | 0.07 | 174.23 | 0.8 | 0.62 |
| Hex | 50 | EC | DD | 42 | 0 | 6 | 7 | AE | 50 | 3E |
| Octal | 120 | 354 | 335 | 102 | 0 | 6 | 7 | 256 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11011101 | 1000010 | 0 | 110 | 111 | 10101110 | 1010000 | 111110 |
Color Harmonies of #50ECDD
Complementary color
Monochromatic Colors of #50ECDD
Black with #50ECDD
Text Example
Text Example
White with #50ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECDD; }
p { color: rgb(80,236,221); }
H1.HeaderClassName
{
color: #50ECDD;
}
.AnyTagClassName
{
color: #50ECDD;
}
</style>
background-color css
<style>
a { background-color: #50ECDD; }
a { background-color: rgb(80,236,221); }
div.DivClassName
{
background-color: #50ECDD;
}
.BgClassName
{
background-color: #50ECDD;
}
</style>
border-color css
<style>
span { border-color: #50ECDD; }
span { border-color: rgb(80,236,221); }
td.TdClassName
{
border-color: #50ECDD;
}
.TagClassName
{
border-color: #50ECDD;
}
</style>