Shades of Medium Turquoise #50D8D2
Tints of Medium Turquoise #50D8D2
RGB
CMYK
RGB Variations
Color information
#50D8D2 (or 0x50D8D2) is known color: Medium Turquoise. HEX triplet: 50, D8 and D2. RGB value is (80,216,210). Sum of RGB (Red+Green+Blue) = 80+216+210=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D8D2 is #AF272D. Grayscale: #AEAEAE. Windows color (decimal): -11478830 or 13817936. OLE color: 13817936.
HSL color Cylindrical-coordinate representation of color #50D8D2: hue angle of 177.35º 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 #50D8D2 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 210 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.15 |
| HSL | 177.35º | 0.64% | 0.58% | - |
| HSV(B) | 177.35º | 0.63% | 0.85% | - |
| XYZ | 39.5 | 55.47 | 69.6 | - |
| YUV | 174.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 210 | 0.63 | 0 | 0.03 | 0.15 | 177.35 | 0.64 | 0.58 |
| Hex | 50 | D8 | D2 | 3F | 0 | 3 | F | B1 | 40 | 3A |
| Octal | 120 | 330 | 322 | 77 | 0 | 3 | 17 | 261 | 100 | 72 |
| Binary | 1010000 | 11011000 | 11010010 | 111111 | 0 | 11 | 1111 | 10110001 | 1000000 | 111010 |
Color Harmonies of #50D8D2
Complementary color
Monochromatic Colors of #50D8D2
Black with #50D8D2
Text Example
Text Example
White with #50D8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8D2; }
p { color: rgb(80,216,210); }
H1.HeaderClassName
{
color: #50D8D2;
}
.AnyTagClassName
{
color: #50D8D2;
}
</style>
background-color css
<style>
a { background-color: #50D8D2; }
a { background-color: rgb(80,216,210); }
div.DivClassName
{
background-color: #50D8D2;
}
.BgClassName
{
background-color: #50D8D2;
}
</style>
border-color css
<style>
span { border-color: #50D8D2; }
span { border-color: rgb(80,216,210); }
td.TdClassName
{
border-color: #50D8D2;
}
.TagClassName
{
border-color: #50D8D2;
}
</style>