Shades of Medium Turquoise #49DBB9
Tints of Medium Turquoise #49DBB9
RGB
CMYK
RGB Variations
Color information
#49DBB9 (or 0x49DBB9) is known color: Medium Turquoise. HEX triplet: 49, DB and B9. RGB value is (73,219,185). Sum of RGB (Red+Green+Blue) = 73+219+185=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB9 is #B62446. Grayscale: #ABABAB. Windows color (decimal): -11936839 or 12180297. OLE color: 12180297.
HSL color Cylindrical-coordinate representation of color #49DBB9: hue angle of 166.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBB9 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 185 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.14 |
| HSL | 166.03º | 0.67% | 0.57% | - |
| HSV(B) | 166.03º | 0.67% | 0.86% | - |
| XYZ | 36.84 | 55.58 | 54.69 | - |
| YUV | 171.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 185 | 0.67 | 0 | 0.16 | 0.14 | 166.03 | 0.67 | 0.57 |
| Hex | 49 | DB | B9 | 43 | 0 | 10 | E | A6 | 43 | 39 |
| Octal | 111 | 333 | 271 | 103 | 0 | 20 | 16 | 246 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10111001 | 1000011 | 0 | 10000 | 1110 | 10100110 | 1000011 | 111001 |
Color Harmonies of #49DBB9
Complementary color
Monochromatic Colors of #49DBB9
Black with #49DBB9
Text Example
Text Example
White with #49DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBB9; }
p { color: rgb(73,219,185); }
H1.HeaderClassName
{
color: #49DBB9;
}
.AnyTagClassName
{
color: #49DBB9;
}
</style>
background-color css
<style>
a { background-color: #49DBB9; }
a { background-color: rgb(73,219,185); }
div.DivClassName
{
background-color: #49DBB9;
}
.BgClassName
{
background-color: #49DBB9;
}
</style>
border-color css
<style>
span { border-color: #49DBB9; }
span { border-color: rgb(73,219,185); }
td.TdClassName
{
border-color: #49DBB9;
}
.TagClassName
{
border-color: #49DBB9;
}
</style>