Shades of Turquoise #50E7DD
Tints of Turquoise #50E7DD
RGB
CMYK
RGB Variations
Color information
#50E7DD (or 0x50E7DD) is known color: Turquoise. HEX triplet: 50, E7 and DD. RGB value is (80,231,221). Sum of RGB (Red+Green+Blue) = 80+231+221=532 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.04% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #50E7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E7DD is #AF1822. Grayscale: #B8B8B8. Windows color (decimal): -11474979 or 14542672. OLE color: 14542672.
HSL color Cylindrical-coordinate representation of color #50E7DD: hue angle of 176.03º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E7DD is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 221 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.09 |
| HSL | 176.03º | 0.76% | 0.61% | - |
| HSV(B) | 176.03º | 0.65% | 0.91% | - |
| XYZ | 44.94 | 64.08 | 78.41 | - |
| YUV | 184.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 221 | 0.65 | 0 | 0.04 | 0.09 | 176.03 | 0.76 | 0.61 |
| Hex | 50 | E7 | DD | 41 | 0 | 4 | 9 | B0 | 4C | 3D |
| Octal | 120 | 347 | 335 | 101 | 0 | 4 | 11 | 260 | 114 | 75 |
| Binary | 1010000 | 11100111 | 11011101 | 1000001 | 0 | 100 | 1001 | 10110000 | 1001100 | 111101 |
Color Harmonies of #50E7DD
Complementary color
Monochromatic Colors of #50E7DD
Black with #50E7DD
Text Example
Text Example
White with #50E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E7DD; }
p { color: rgb(80,231,221); }
H1.HeaderClassName
{
color: #50E7DD;
}
.AnyTagClassName
{
color: #50E7DD;
}
</style>
background-color css
<style>
a { background-color: #50E7DD; }
a { background-color: rgb(80,231,221); }
div.DivClassName
{
background-color: #50E7DD;
}
.BgClassName
{
background-color: #50E7DD;
}
</style>
border-color css
<style>
span { border-color: #50E7DD; }
span { border-color: rgb(80,231,221); }
td.TdClassName
{
border-color: #50E7DD;
}
.TagClassName
{
border-color: #50E7DD;
}
</style>