Shades of Turquoise #49DDB9
Tints of Turquoise #49DDB9
RGB
CMYK
RGB Variations
Color information
#49DDB9 (or 0x49DDB9) is known color: Turquoise. HEX triplet: 49, DD and B9. RGB value is (73,221,185). Sum of RGB (Red+Green+Blue) = 73+221+185=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDB9 is #B62246. Grayscale: #ACACAC. Windows color (decimal): -11936327 or 12180809. OLE color: 12180809.
HSL color Cylindrical-coordinate representation of color #49DDB9: hue angle of 165.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDB9 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 185 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.13 |
| HSL | 165.41º | 0.69% | 0.58% | - |
| HSV(B) | 165.41º | 0.67% | 0.87% | - |
| XYZ | 37.36 | 56.63 | 54.86 | - |
| YUV | 172.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 185 | 0.67 | 0 | 0.16 | 0.13 | 165.41 | 0.69 | 0.58 |
| Hex | 49 | DD | B9 | 43 | 0 | 10 | D | A5 | 45 | 3A |
| Octal | 111 | 335 | 271 | 103 | 0 | 20 | 15 | 245 | 105 | 72 |
| Binary | 1001001 | 11011101 | 10111001 | 1000011 | 0 | 10000 | 1101 | 10100101 | 1000101 | 111010 |
Color Harmonies of #49DDB9
Complementary color
Monochromatic Colors of #49DDB9
Black with #49DDB9
Text Example
Text Example
White with #49DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDB9; }
p { color: rgb(73,221,185); }
H1.HeaderClassName
{
color: #49DDB9;
}
.AnyTagClassName
{
color: #49DDB9;
}
</style>
background-color css
<style>
a { background-color: #49DDB9; }
a { background-color: rgb(73,221,185); }
div.DivClassName
{
background-color: #49DDB9;
}
.BgClassName
{
background-color: #49DDB9;
}
</style>
border-color css
<style>
span { border-color: #49DDB9; }
span { border-color: rgb(73,221,185); }
td.TdClassName
{
border-color: #49DDB9;
}
.TagClassName
{
border-color: #49DDB9;
}
</style>