Shades of Medium Turquoise #50CCD9
Tints of Medium Turquoise #50CCD9
RGB
CMYK
RGB Variations
Color information
#50CCD9 (or 0x50CCD9) is known color: Medium Turquoise. HEX triplet: 50, CC and D9. RGB value is (80,204,217). Sum of RGB (Red+Green+Blue) = 80+204+217=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #50CCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCD9 is #AF3326. Grayscale: #A8A8A8. Windows color (decimal): -11481895 or 14273616. OLE color: 14273616.
HSL color Cylindrical-coordinate representation of color #50CCD9: hue angle of 185.69º 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 #50CCD9 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 204 | 217 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.15 |
| HSL | 185.69º | 0.64% | 0.58% | - |
| HSV(B) | 185.69º | 0.63% | 0.85% | - |
| XYZ | 37.43 | 49.9 | 73.3 | - |
| YUV | 168.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 217 | 0.63 | 0.06 | 0 | 0.15 | 185.69 | 0.64 | 0.58 |
| Hex | 50 | CC | D9 | 3F | 6 | 0 | F | BA | 40 | 3A |
| Octal | 120 | 314 | 331 | 77 | 6 | 0 | 17 | 272 | 100 | 72 |
| Binary | 1010000 | 11001100 | 11011001 | 111111 | 110 | 0 | 1111 | 10111010 | 1000000 | 111010 |
Color Harmonies of #50CCD9
Complementary color
Monochromatic Colors of #50CCD9
Black with #50CCD9
Text Example
Text Example
White with #50CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCD9; }
p { color: rgb(80,204,217); }
H1.HeaderClassName
{
color: #50CCD9;
}
.AnyTagClassName
{
color: #50CCD9;
}
</style>
background-color css
<style>
a { background-color: #50CCD9; }
a { background-color: rgb(80,204,217); }
div.DivClassName
{
background-color: #50CCD9;
}
.BgClassName
{
background-color: #50CCD9;
}
</style>
border-color css
<style>
span { border-color: #50CCD9; }
span { border-color: rgb(80,204,217); }
td.TdClassName
{
border-color: #50CCD9;
}
.TagClassName
{
border-color: #50CCD9;
}
</style>