Shades of Medium Turquoise #49DBB3
Tints of Medium Turquoise #49DBB3
RGB
CMYK
RGB Variations
Color information
#49DBB3 (or 0x49DBB3) is known color: Medium Turquoise. HEX triplet: 49, DB and B3. RGB value is (73,219,179). Sum of RGB (Red+Green+Blue) = 73+219+179=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB3 is #B6244C. Grayscale: #AAAAAA. Windows color (decimal): -11936845 or 11787081. OLE color: 11787081.
HSL color Cylindrical-coordinate representation of color #49DBB3: hue angle of 163.56º 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 #49DBB3 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 179 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.14 |
| HSL | 163.56º | 0.67% | 0.57% | - |
| HSV(B) | 163.56º | 0.67% | 0.86% | - |
| XYZ | 36.22 | 55.33 | 51.42 | - |
| YUV | 170.79 | 132.63 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 179 | 0.67 | 0 | 0.18 | 0.14 | 163.56 | 0.67 | 0.57 |
| Hex | 49 | DB | B3 | 43 | 0 | 12 | E | A4 | 43 | 39 |
| Octal | 111 | 333 | 263 | 103 | 0 | 22 | 16 | 244 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10110011 | 1000011 | 0 | 10010 | 1110 | 10100100 | 1000011 | 111001 |
Color Harmonies of #49DBB3
Complementary color
Monochromatic Colors of #49DBB3
Black with #49DBB3
Text Example
Text Example
White with #49DBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBB3; }
p { color: rgb(73,219,179); }
H1.HeaderClassName
{
color: #49DBB3;
}
.AnyTagClassName
{
color: #49DBB3;
}
</style>
background-color css
<style>
a { background-color: #49DBB3; }
a { background-color: rgb(73,219,179); }
div.DivClassName
{
background-color: #49DBB3;
}
.BgClassName
{
background-color: #49DBB3;
}
</style>
border-color css
<style>
span { border-color: #49DBB3; }
span { border-color: rgb(73,219,179); }
td.TdClassName
{
border-color: #49DBB3;
}
.TagClassName
{
border-color: #49DBB3;
}
</style>