Shades of Medium Turquoise #49DABA
Tints of Medium Turquoise #49DABA
RGB
CMYK
RGB Variations
Color information
#49DABA (or 0x49DABA) is known color: Medium Turquoise. HEX triplet: 49, DA and BA. RGB value is (73,218,186). Sum of RGB (Red+Green+Blue) = 73+218+186=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #49DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DABA is #B62545. Grayscale: #AAAAAA. Windows color (decimal): -11937094 or 12245577. OLE color: 12245577.
HSL color Cylindrical-coordinate representation of color #49DABA: hue angle of 166.76º 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 #49DABA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 186 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.15 |
| HSL | 166.76º | 0.66% | 0.57% | - |
| HSV(B) | 166.76º | 0.67% | 0.85% | - |
| XYZ | 36.68 | 55.1 | 55.16 | - |
| YUV | 171 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 186 | 0.67 | 0 | 0.15 | 0.15 | 166.76 | 0.66 | 0.57 |
| Hex | 49 | DA | BA | 43 | 0 | F | F | A7 | 42 | 39 |
| Octal | 111 | 332 | 272 | 103 | 0 | 17 | 17 | 247 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10111010 | 1000011 | 0 | 1111 | 1111 | 10100111 | 1000010 | 111001 |
Color Harmonies of #49DABA
Complementary color
Monochromatic Colors of #49DABA
Black with #49DABA
Text Example
Text Example
White with #49DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DABA; }
p { color: rgb(73,218,186); }
H1.HeaderClassName
{
color: #49DABA;
}
.AnyTagClassName
{
color: #49DABA;
}
</style>
background-color css
<style>
a { background-color: #49DABA; }
a { background-color: rgb(73,218,186); }
div.DivClassName
{
background-color: #49DABA;
}
.BgClassName
{
background-color: #49DABA;
}
</style>
border-color css
<style>
span { border-color: #49DABA; }
span { border-color: rgb(73,218,186); }
td.TdClassName
{
border-color: #49DABA;
}
.TagClassName
{
border-color: #49DABA;
}
</style>