Shades of Turquoise #49DCB9
Tints of Turquoise #49DCB9
RGB
CMYK
RGB Variations
Color information
#49DCB9 (or 0x49DCB9) is known color: Turquoise. HEX triplet: 49, DC and B9. RGB value is (73,220,185). Sum of RGB (Red+Green+Blue) = 73+220+185=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCB9 is #B62346. Grayscale: #ACACAC. Windows color (decimal): -11936583 or 12180553. OLE color: 12180553.
HSL color Cylindrical-coordinate representation of color #49DCB9: hue angle of 165.71º degrees, saturation: 0.68, 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 #49DCB9 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 185 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.14 |
| HSL | 165.71º | 0.68% | 0.57% | - |
| HSV(B) | 165.71º | 0.67% | 0.86% | - |
| XYZ | 37.1 | 56.11 | 54.77 | - |
| YUV | 172.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 185 | 0.67 | 0 | 0.16 | 0.14 | 165.71 | 0.68 | 0.57 |
| Hex | 49 | DC | B9 | 43 | 0 | 10 | E | A6 | 44 | 39 |
| Octal | 111 | 334 | 271 | 103 | 0 | 20 | 16 | 246 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10111001 | 1000011 | 0 | 10000 | 1110 | 10100110 | 1000100 | 111001 |
Color Harmonies of #49DCB9
Complementary color
Monochromatic Colors of #49DCB9
Black with #49DCB9
Text Example
Text Example
White with #49DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCB9; }
p { color: rgb(73,220,185); }
H1.HeaderClassName
{
color: #49DCB9;
}
.AnyTagClassName
{
color: #49DCB9;
}
</style>
background-color css
<style>
a { background-color: #49DCB9; }
a { background-color: rgb(73,220,185); }
div.DivClassName
{
background-color: #49DCB9;
}
.BgClassName
{
background-color: #49DCB9;
}
</style>
border-color css
<style>
span { border-color: #49DCB9; }
span { border-color: rgb(73,220,185); }
td.TdClassName
{
border-color: #49DCB9;
}
.TagClassName
{
border-color: #49DCB9;
}
</style>