Shades of Medium Turquoise #50CDB9
Tints of Medium Turquoise #50CDB9
RGB
CMYK
RGB Variations
Color information
#50CDB9 (or 0x50CDB9) is known color: Medium Turquoise. HEX triplet: 50, CD and B9. RGB value is (80,205,185). Sum of RGB (Red+Green+Blue) = 80+205+185=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDB9 is #AF3246. Grayscale: #A5A5A5. Windows color (decimal): -11481671 or 12176720. OLE color: 12176720.
HSL color Cylindrical-coordinate representation of color #50CDB9: hue angle of 170.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDB9 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 185 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.20 |
| HSL | 170.4º | 0.56% | 0.56% | - |
| HSV(B) | 170.4º | 0.61% | 0.8% | - |
| XYZ | 33.9 | 48.87 | 53.55 | - |
| YUV | 165.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 185 | 0.61 | 0 | 0.10 | 0.20 | 170.4 | 0.56 | 0.56 |
| Hex | 50 | CD | B9 | 3D | 0 | A | 14 | AA | 38 | 38 |
| Octal | 120 | 315 | 271 | 75 | 0 | 12 | 24 | 252 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10111001 | 111101 | 0 | 1010 | 10100 | 10101010 | 111000 | 111000 |
Color Harmonies of #50CDB9
Complementary color
Monochromatic Colors of #50CDB9
Black with #50CDB9
Text Example
Text Example
White with #50CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDB9; }
p { color: rgb(80,205,185); }
H1.HeaderClassName
{
color: #50CDB9;
}
.AnyTagClassName
{
color: #50CDB9;
}
</style>
background-color css
<style>
a { background-color: #50CDB9; }
a { background-color: rgb(80,205,185); }
div.DivClassName
{
background-color: #50CDB9;
}
.BgClassName
{
background-color: #50CDB9;
}
</style>
border-color css
<style>
span { border-color: #50CDB9; }
span { border-color: rgb(80,205,185); }
td.TdClassName
{
border-color: #50CDB9;
}
.TagClassName
{
border-color: #50CDB9;
}
</style>