Shades of Turquoise #50E8DD
Tints of Turquoise #50E8DD
RGB
CMYK
RGB Variations
Color information
#50E8DD (or 0x50E8DD) is known color: Turquoise. HEX triplet: 50, E8 and DD. RGB value is (80,232,221). Sum of RGB (Red+Green+Blue) = 80+232+221=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8DD is #AF1722. Grayscale: #B9B9B9. Windows color (decimal): -11474723 or 14542928. OLE color: 14542928.
HSL color Cylindrical-coordinate representation of color #50E8DD: hue angle of 175.66º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E8DD is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 221 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.09 |
| HSL | 175.66º | 0.77% | 0.61% | - |
| HSV(B) | 175.66º | 0.66% | 0.91% | - |
| XYZ | 45.22 | 64.64 | 78.5 | - |
| YUV | 185.3 | 148.14 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 221 | 0.66 | 0 | 0.05 | 0.09 | 175.66 | 0.77 | 0.61 |
| Hex | 50 | E8 | DD | 42 | 0 | 5 | 9 | B0 | 4D | 3D |
| Octal | 120 | 350 | 335 | 102 | 0 | 5 | 11 | 260 | 115 | 75 |
| Binary | 1010000 | 11101000 | 11011101 | 1000010 | 0 | 101 | 1001 | 10110000 | 1001101 | 111101 |
Color Harmonies of #50E8DD
Complementary color
Monochromatic Colors of #50E8DD
Black with #50E8DD
Text Example
Text Example
White with #50E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E8DD; }
p { color: rgb(80,232,221); }
H1.HeaderClassName
{
color: #50E8DD;
}
.AnyTagClassName
{
color: #50E8DD;
}
</style>
background-color css
<style>
a { background-color: #50E8DD; }
a { background-color: rgb(80,232,221); }
div.DivClassName
{
background-color: #50E8DD;
}
.BgClassName
{
background-color: #50E8DD;
}
</style>
border-color css
<style>
span { border-color: #50E8DD; }
span { border-color: rgb(80,232,221); }
td.TdClassName
{
border-color: #50E8DD;
}
.TagClassName
{
border-color: #50E8DD;
}
</style>