Shades of Turquoise #49DDB6
Tints of Turquoise #49DDB6
RGB
CMYK
RGB Variations
Color information
#49DDB6 (or 0x49DDB6) is known color: Turquoise. HEX triplet: 49, DD and B6. RGB value is (73,221,182). Sum of RGB (Red+Green+Blue) = 73+221+182=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDB6 is #B62249. Grayscale: #ACACAC. Windows color (decimal): -11936330 or 11984201. OLE color: 11984201.
HSL color Cylindrical-coordinate representation of color #49DDB6: hue angle of 164.19º 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 #49DDB6 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 182 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.13 |
| HSL | 164.19º | 0.69% | 0.58% | - |
| HSV(B) | 164.19º | 0.67% | 0.87% | - |
| XYZ | 37.05 | 56.51 | 53.21 | - |
| YUV | 172.3 | 133.47 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 182 | 0.67 | 0 | 0.18 | 0.13 | 164.19 | 0.69 | 0.58 |
| Hex | 49 | DD | B6 | 43 | 0 | 12 | D | A4 | 45 | 3A |
| Octal | 111 | 335 | 266 | 103 | 0 | 22 | 15 | 244 | 105 | 72 |
| Binary | 1001001 | 11011101 | 10110110 | 1000011 | 0 | 10010 | 1101 | 10100100 | 1000101 | 111010 |
Color Harmonies of #49DDB6
Complementary color
Monochromatic Colors of #49DDB6
Black with #49DDB6
Text Example
Text Example
White with #49DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDB6; }
p { color: rgb(73,221,182); }
H1.HeaderClassName
{
color: #49DDB6;
}
.AnyTagClassName
{
color: #49DDB6;
}
</style>
background-color css
<style>
a { background-color: #49DDB6; }
a { background-color: rgb(73,221,182); }
div.DivClassName
{
background-color: #49DDB6;
}
.BgClassName
{
background-color: #49DDB6;
}
</style>
border-color css
<style>
span { border-color: #49DDB6; }
span { border-color: rgb(73,221,182); }
td.TdClassName
{
border-color: #49DDB6;
}
.TagClassName
{
border-color: #49DDB6;
}
</style>