Shades of Turquoise #50E8CD
Tints of Turquoise #50E8CD
RGB
CMYK
RGB Variations
Color information
#50E8CD (or 0x50E8CD) is known color: Turquoise. HEX triplet: 50, E8 and CD. RGB value is (80,232,205). Sum of RGB (Red+Green+Blue) = 80+232+205=517 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.47% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8CD is #AF1732. Grayscale: #B7B7B7. Windows color (decimal): -11474739 or 13494352. OLE color: 13494352.
HSL color Cylindrical-coordinate representation of color #50E8CD: hue angle of 169.34º 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 #50E8CD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 205 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.09 |
| HSL | 169.34º | 0.77% | 0.61% | - |
| HSV(B) | 169.34º | 0.66% | 0.91% | - |
| XYZ | 43.18 | 63.83 | 67.8 | - |
| YUV | 183.47 | 140.14 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 205 | 0.66 | 0 | 0.12 | 0.09 | 169.34 | 0.77 | 0.61 |
| Hex | 50 | E8 | CD | 42 | 0 | C | 9 | A9 | 4D | 3D |
| Octal | 120 | 350 | 315 | 102 | 0 | 14 | 11 | 251 | 115 | 75 |
| Binary | 1010000 | 11101000 | 11001101 | 1000010 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111101 |
Color Harmonies of #50E8CD
Complementary color
Monochromatic Colors of #50E8CD
Black with #50E8CD
Text Example
Text Example
White with #50E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E8CD; }
p { color: rgb(80,232,205); }
H1.HeaderClassName
{
color: #50E8CD;
}
.AnyTagClassName
{
color: #50E8CD;
}
</style>
background-color css
<style>
a { background-color: #50E8CD; }
a { background-color: rgb(80,232,205); }
div.DivClassName
{
background-color: #50E8CD;
}
.BgClassName
{
background-color: #50E8CD;
}
</style>
border-color css
<style>
span { border-color: #50E8CD; }
span { border-color: rgb(80,232,205); }
td.TdClassName
{
border-color: #50E8CD;
}
.TagClassName
{
border-color: #50E8CD;
}
</style>