Shades of Medium Turquoise #49DABC
Tints of Medium Turquoise #49DABC
RGB
CMYK
RGB Variations
Color information
#49DABC (or 0x49DABC) is known color: Medium Turquoise. HEX triplet: 49, DA and BC. RGB value is (73,218,188). Sum of RGB (Red+Green+Blue) = 73+218+188=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #49DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DABC is #B62543. Grayscale: #ABABAB. Windows color (decimal): -11937092 or 12376649. OLE color: 12376649.
HSL color Cylindrical-coordinate representation of color #49DABC: hue angle of 167.59º 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 #49DABC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 188 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.15 |
| HSL | 167.59º | 0.66% | 0.57% | - |
| HSV(B) | 167.59º | 0.67% | 0.85% | - |
| XYZ | 36.9 | 55.19 | 56.29 | - |
| YUV | 171.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 188 | 0.67 | 0 | 0.14 | 0.15 | 167.59 | 0.66 | 0.57 |
| Hex | 49 | DA | BC | 43 | 0 | E | F | A8 | 42 | 39 |
| Octal | 111 | 332 | 274 | 103 | 0 | 16 | 17 | 250 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10111100 | 1000011 | 0 | 1110 | 1111 | 10101000 | 1000010 | 111001 |
Color Harmonies of #49DABC
Complementary color
Monochromatic Colors of #49DABC
Black with #49DABC
Text Example
Text Example
White with #49DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DABC; }
p { color: rgb(73,218,188); }
H1.HeaderClassName
{
color: #49DABC;
}
.AnyTagClassName
{
color: #49DABC;
}
</style>
background-color css
<style>
a { background-color: #49DABC; }
a { background-color: rgb(73,218,188); }
div.DivClassName
{
background-color: #49DABC;
}
.BgClassName
{
background-color: #49DABC;
}
</style>
border-color css
<style>
span { border-color: #49DABC; }
span { border-color: rgb(73,218,188); }
td.TdClassName
{
border-color: #49DABC;
}
.TagClassName
{
border-color: #49DABC;
}
</style>