Shades of Medium Turquoise #50DAC5
Tints of Medium Turquoise #50DAC5
RGB
CMYK
RGB Variations
Color information
#50DAC5 (or 0x50DAC5) is known color: Medium Turquoise. HEX triplet: 50, DA and C5. RGB value is (80,218,197). Sum of RGB (Red+Green+Blue) = 80+218+197=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DAC5 is #AF253A. Grayscale: #AEAEAE. Windows color (decimal): -11478331 or 12966480. OLE color: 12966480.
HSL color Cylindrical-coordinate representation of color #50DAC5: hue angle of 170.87º degrees, saturation: 0.65, 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 #50DAC5 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 197 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.15 |
| HSL | 170.87º | 0.65% | 0.58% | - |
| HSV(B) | 170.87º | 0.63% | 0.85% | - |
| XYZ | 38.46 | 55.88 | 61.58 | - |
| YUV | 174.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 197 | 0.63 | 0 | 0.10 | 0.15 | 170.87 | 0.65 | 0.58 |
| Hex | 50 | DA | C5 | 3F | 0 | A | F | AB | 41 | 3A |
| Octal | 120 | 332 | 305 | 77 | 0 | 12 | 17 | 253 | 101 | 72 |
| Binary | 1010000 | 11011010 | 11000101 | 111111 | 0 | 1010 | 1111 | 10101011 | 1000001 | 111010 |
Color Harmonies of #50DAC5
Complementary color
Monochromatic Colors of #50DAC5
Black with #50DAC5
Text Example
Text Example
White with #50DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DAC5; }
p { color: rgb(80,218,197); }
H1.HeaderClassName
{
color: #50DAC5;
}
.AnyTagClassName
{
color: #50DAC5;
}
</style>
background-color css
<style>
a { background-color: #50DAC5; }
a { background-color: rgb(80,218,197); }
div.DivClassName
{
background-color: #50DAC5;
}
.BgClassName
{
background-color: #50DAC5;
}
</style>
border-color css
<style>
span { border-color: #50DAC5; }
span { border-color: rgb(80,218,197); }
td.TdClassName
{
border-color: #50DAC5;
}
.TagClassName
{
border-color: #50DAC5;
}
</style>