Shades of Medium Turquoise #49DABD
Tints of Medium Turquoise #49DABD
RGB
CMYK
RGB Variations
Color information
#49DABD (or 0x49DABD) is known color: Medium Turquoise. HEX triplet: 49, DA and BD. RGB value is (73,218,189). Sum of RGB (Red+Green+Blue) = 73+218+189=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #49DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DABD is #B62542. Grayscale: #ABABAB. Windows color (decimal): -11937091 or 12442185. OLE color: 12442185.
HSL color Cylindrical-coordinate representation of color #49DABD: hue angle of 168º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DABD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 189 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.15 |
| HSL | 168º | 0.66% | 0.57% | - |
| HSV(B) | 168º | 0.67% | 0.85% | - |
| XYZ | 37 | 55.23 | 56.85 | - |
| YUV | 171.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 189 | 0.67 | 0 | 0.13 | 0.15 | 168 | 0.66 | 0.57 |
| Hex | 49 | DA | BD | 43 | 0 | D | F | A8 | 42 | 39 |
| Octal | 111 | 332 | 275 | 103 | 0 | 15 | 17 | 250 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10111101 | 1000011 | 0 | 1101 | 1111 | 10101000 | 1000010 | 111001 |
Color Harmonies of #49DABD
Complementary color
Monochromatic Colors of #49DABD
Black with #49DABD
Text Example
Text Example
White with #49DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DABD; }
p { color: rgb(73,218,189); }
H1.HeaderClassName
{
color: #49DABD;
}
.AnyTagClassName
{
color: #49DABD;
}
</style>
background-color css
<style>
a { background-color: #49DABD; }
a { background-color: rgb(73,218,189); }
div.DivClassName
{
background-color: #49DABD;
}
.BgClassName
{
background-color: #49DABD;
}
</style>
border-color css
<style>
span { border-color: #49DABD; }
span { border-color: rgb(73,218,189); }
td.TdClassName
{
border-color: #49DABD;
}
.TagClassName
{
border-color: #49DABD;
}
</style>