Shades of Medium Turquoise #50D8CA
Tints of Medium Turquoise #50D8CA
RGB
CMYK
RGB Variations
Color information
#50D8CA (or 0x50D8CA) is known color: Medium Turquoise. HEX triplet: 50, D8 and CA. RGB value is (80,216,202). Sum of RGB (Red+Green+Blue) = 80+216+202=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D8CA is #AF2735. Grayscale: #ADADAD. Windows color (decimal): -11478838 or 13293648. OLE color: 13293648.
HSL color Cylindrical-coordinate representation of color #50D8CA: hue angle of 173.82º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D8CA is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 202 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.15 |
| HSL | 173.82º | 0.64% | 0.58% | - |
| HSV(B) | 173.82º | 0.63% | 0.85% | - |
| XYZ | 38.52 | 55.08 | 64.48 | - |
| YUV | 173.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 202 | 0.63 | 0 | 0.06 | 0.15 | 173.82 | 0.64 | 0.58 |
| Hex | 50 | D8 | CA | 3F | 0 | 6 | F | AE | 40 | 3A |
| Octal | 120 | 330 | 312 | 77 | 0 | 6 | 17 | 256 | 100 | 72 |
| Binary | 1010000 | 11011000 | 11001010 | 111111 | 0 | 110 | 1111 | 10101110 | 1000000 | 111010 |
Color Harmonies of #50D8CA
Complementary color
Monochromatic Colors of #50D8CA
Black with #50D8CA
Text Example
Text Example
White with #50D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8CA; }
p { color: rgb(80,216,202); }
H1.HeaderClassName
{
color: #50D8CA;
}
.AnyTagClassName
{
color: #50D8CA;
}
</style>
background-color css
<style>
a { background-color: #50D8CA; }
a { background-color: rgb(80,216,202); }
div.DivClassName
{
background-color: #50D8CA;
}
.BgClassName
{
background-color: #50D8CA;
}
</style>
border-color css
<style>
span { border-color: #50D8CA; }
span { border-color: rgb(80,216,202); }
td.TdClassName
{
border-color: #50D8CA;
}
.TagClassName
{
border-color: #50D8CA;
}
</style>