Shades of Turquoise #49DCBB
Tints of Turquoise #49DCBB
RGB
CMYK
RGB Variations
Color information
#49DCBB (or 0x49DCBB) is known color: Turquoise. HEX triplet: 49, DC and BB. RGB value is (73,220,187). Sum of RGB (Red+Green+Blue) = 73+220+187=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCBB is #B62344. Grayscale: #ACACAC. Windows color (decimal): -11936581 or 12311625. OLE color: 12311625.
HSL color Cylindrical-coordinate representation of color #49DCBB: hue angle of 166.53º 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 #49DCBB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 187 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.14 |
| HSL | 166.53º | 0.68% | 0.57% | - |
| HSV(B) | 166.53º | 0.67% | 0.86% | - |
| XYZ | 37.31 | 56.19 | 55.89 | - |
| YUV | 172.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 187 | 0.67 | 0 | 0.15 | 0.14 | 166.53 | 0.68 | 0.57 |
| Hex | 49 | DC | BB | 43 | 0 | F | E | A7 | 44 | 39 |
| Octal | 111 | 334 | 273 | 103 | 0 | 17 | 16 | 247 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10111011 | 1000011 | 0 | 1111 | 1110 | 10100111 | 1000100 | 111001 |
Color Harmonies of #49DCBB
Complementary color
Monochromatic Colors of #49DCBB
Black with #49DCBB
Text Example
Text Example
White with #49DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCBB; }
p { color: rgb(73,220,187); }
H1.HeaderClassName
{
color: #49DCBB;
}
.AnyTagClassName
{
color: #49DCBB;
}
</style>
background-color css
<style>
a { background-color: #49DCBB; }
a { background-color: rgb(73,220,187); }
div.DivClassName
{
background-color: #49DCBB;
}
.BgClassName
{
background-color: #49DCBB;
}
</style>
border-color css
<style>
span { border-color: #49DCBB; }
span { border-color: rgb(73,220,187); }
td.TdClassName
{
border-color: #49DCBB;
}
.TagClassName
{
border-color: #49DCBB;
}
</style>