Shades of Turquoise #50ECDE
Tints of Turquoise #50ECDE
RGB
CMYK
RGB Variations
Color information
#50ECDE (or 0x50ECDE) is known color: Turquoise. HEX triplet: 50, EC and DE. RGB value is (80,236,222). Sum of RGB (Red+Green+Blue) = 80+236+222=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECDE is #AF1321. Grayscale: #BBBBBB. Windows color (decimal): -11473698 or 14609488. OLE color: 14609488.
HSL color Cylindrical-coordinate representation of color #50ECDE: hue angle of 174.62º 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 #50ECDE is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 222 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.07 |
| HSL | 174.62º | 0.8% | 0.62% | - |
| HSV(B) | 174.62º | 0.66% | 0.93% | - |
| XYZ | 46.49 | 66.97 | 79.58 | - |
| YUV | 187.76 | 147.32 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 222 | 0.66 | 0 | 0.06 | 0.07 | 174.62 | 0.8 | 0.62 |
| Hex | 50 | EC | DE | 42 | 0 | 6 | 7 | AF | 50 | 3E |
| Octal | 120 | 354 | 336 | 102 | 0 | 6 | 7 | 257 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11011110 | 1000010 | 0 | 110 | 111 | 10101111 | 1010000 | 111110 |
Color Harmonies of #50ECDE
Complementary color
Monochromatic Colors of #50ECDE
Black with #50ECDE
Text Example
Text Example
White with #50ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECDE; }
p { color: rgb(80,236,222); }
H1.HeaderClassName
{
color: #50ECDE;
}
.AnyTagClassName
{
color: #50ECDE;
}
</style>
background-color css
<style>
a { background-color: #50ECDE; }
a { background-color: rgb(80,236,222); }
div.DivClassName
{
background-color: #50ECDE;
}
.BgClassName
{
background-color: #50ECDE;
}
</style>
border-color css
<style>
span { border-color: #50ECDE; }
span { border-color: rgb(80,236,222); }
td.TdClassName
{
border-color: #50ECDE;
}
.TagClassName
{
border-color: #50ECDE;
}
</style>