Shades of Medium Turquoise #49D9D0
Tints of Medium Turquoise #49D9D0
RGB
CMYK
RGB Variations
Color information
#49D9D0 (or 0x49D9D0) is known color: Medium Turquoise. HEX triplet: 49, D9 and D0. RGB value is (73,217,208). Sum of RGB (Red+Green+Blue) = 73+217+208=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #49D9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D9D0 is #B6262F. Grayscale: #ACACAC. Windows color (decimal): -11937328 or 13687113. OLE color: 13687113.
HSL color Cylindrical-coordinate representation of color #49D9D0: hue angle of 176.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D9D0 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 208 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.15 |
| HSL | 176.25º | 0.65% | 0.57% | - |
| HSV(B) | 176.25º | 0.66% | 0.85% | - |
| XYZ | 38.95 | 55.6 | 68.35 | - |
| YUV | 172.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 208 | 0.66 | 0 | 0.04 | 0.15 | 176.25 | 0.65 | 0.57 |
| Hex | 49 | D9 | D0 | 42 | 0 | 4 | F | B0 | 41 | 39 |
| Octal | 111 | 331 | 320 | 102 | 0 | 4 | 17 | 260 | 101 | 71 |
| Binary | 1001001 | 11011001 | 11010000 | 1000010 | 0 | 100 | 1111 | 10110000 | 1000001 | 111001 |
Color Harmonies of #49D9D0
Complementary color
Monochromatic Colors of #49D9D0
Black with #49D9D0
Text Example
Text Example
White with #49D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D9D0; }
p { color: rgb(73,217,208); }
H1.HeaderClassName
{
color: #49D9D0;
}
.AnyTagClassName
{
color: #49D9D0;
}
</style>
background-color css
<style>
a { background-color: #49D9D0; }
a { background-color: rgb(73,217,208); }
div.DivClassName
{
background-color: #49D9D0;
}
.BgClassName
{
background-color: #49D9D0;
}
</style>
border-color css
<style>
span { border-color: #49D9D0; }
span { border-color: rgb(73,217,208); }
td.TdClassName
{
border-color: #49D9D0;
}
.TagClassName
{
border-color: #49D9D0;
}
</style>