Shades of Turquoise #49DDCB
Tints of Turquoise #49DDCB
RGB
CMYK
RGB Variations
Color information
#49DDCB (or 0x49DDCB) is known color: Turquoise. HEX triplet: 49, DD and CB. RGB value is (73,221,203). Sum of RGB (Red+Green+Blue) = 73+221+203=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDCB is #B62234. Grayscale: #AEAEAE. Windows color (decimal): -11936309 or 13360457. OLE color: 13360457.
HSL color Cylindrical-coordinate representation of color #49DDCB: hue angle of 172.7º 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 #49DDCB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 203 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.13 |
| HSL | 172.7º | 0.69% | 0.58% | - |
| HSV(B) | 172.7º | 0.67% | 0.87% | - |
| XYZ | 39.38 | 57.44 | 65.51 | - |
| YUV | 174.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 203 | 0.67 | 0 | 0.08 | 0.13 | 172.7 | 0.69 | 0.58 |
| Hex | 49 | DD | CB | 43 | 0 | 8 | D | AD | 45 | 3A |
| Octal | 111 | 335 | 313 | 103 | 0 | 10 | 15 | 255 | 105 | 72 |
| Binary | 1001001 | 11011101 | 11001011 | 1000011 | 0 | 1000 | 1101 | 10101101 | 1000101 | 111010 |
Color Harmonies of #49DDCB
Complementary color
Monochromatic Colors of #49DDCB
Black with #49DDCB
Text Example
Text Example
White with #49DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDCB; }
p { color: rgb(73,221,203); }
H1.HeaderClassName
{
color: #49DDCB;
}
.AnyTagClassName
{
color: #49DDCB;
}
</style>
background-color css
<style>
a { background-color: #49DDCB; }
a { background-color: rgb(73,221,203); }
div.DivClassName
{
background-color: #49DDCB;
}
.BgClassName
{
background-color: #49DDCB;
}
</style>
border-color css
<style>
span { border-color: #49DDCB; }
span { border-color: rgb(73,221,203); }
td.TdClassName
{
border-color: #49DDCB;
}
.TagClassName
{
border-color: #49DDCB;
}
</style>