Shades of Medium Turquoise #50C9D8
Tints of Medium Turquoise #50C9D8
RGB
CMYK
RGB Variations
Color information
#50C9D8 (or 0x50C9D8) is known color: Medium Turquoise. HEX triplet: 50, C9 and D8. RGB value is (80,201,216). Sum of RGB (Red+Green+Blue) = 80+201+216=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #50C9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C9D8 is #AF3627. Grayscale: #A6A6A6. Windows color (decimal): -11482664 or 14207312. OLE color: 14207312.
HSL color Cylindrical-coordinate representation of color #50C9D8: hue angle of 186.62º 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 #50C9D8 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 201 | 216 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.15 |
| HSL | 186.62º | 0.64% | 0.58% | - |
| HSV(B) | 186.62º | 0.63% | 0.85% | - |
| XYZ | 36.59 | 48.44 | 72.39 | - |
| YUV | 166.53 | 155.91 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 216 | 0.63 | 0.07 | 0 | 0.15 | 186.62 | 0.64 | 0.58 |
| Hex | 50 | C9 | D8 | 3F | 7 | 0 | F | BB | 40 | 3A |
| Octal | 120 | 311 | 330 | 77 | 7 | 0 | 17 | 273 | 100 | 72 |
| Binary | 1010000 | 11001001 | 11011000 | 111111 | 111 | 0 | 1111 | 10111011 | 1000000 | 111010 |
Color Harmonies of #50C9D8
Complementary color
Monochromatic Colors of #50C9D8
Black with #50C9D8
Text Example
Text Example
White with #50C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C9D8; }
p { color: rgb(80,201,216); }
H1.HeaderClassName
{
color: #50C9D8;
}
.AnyTagClassName
{
color: #50C9D8;
}
</style>
background-color css
<style>
a { background-color: #50C9D8; }
a { background-color: rgb(80,201,216); }
div.DivClassName
{
background-color: #50C9D8;
}
.BgClassName
{
background-color: #50C9D8;
}
</style>
border-color css
<style>
span { border-color: #50C9D8; }
span { border-color: rgb(80,201,216); }
td.TdClassName
{
border-color: #50C9D8;
}
.TagClassName
{
border-color: #50C9D8;
}
</style>