Shades of Medium Turquoise #49DBBB
Tints of Medium Turquoise #49DBBB
RGB
CMYK
RGB Variations
Color information
#49DBBB (or 0x49DBBB) is known color: Medium Turquoise. HEX triplet: 49, DB and BB. RGB value is (73,219,187). Sum of RGB (Red+Green+Blue) = 73+219+187=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBBB is #B62444. Grayscale: #ABABAB. Windows color (decimal): -11936837 or 12311369. OLE color: 12311369.
HSL color Cylindrical-coordinate representation of color #49DBBB: hue angle of 166.85º degrees, saturation: 0.67, 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 #49DBBB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 187 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.14 |
| HSL | 166.85º | 0.67% | 0.57% | - |
| HSV(B) | 166.85º | 0.67% | 0.86% | - |
| XYZ | 37.05 | 55.67 | 55.81 | - |
| YUV | 171.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 187 | 0.67 | 0 | 0.15 | 0.14 | 166.85 | 0.67 | 0.57 |
| Hex | 49 | DB | BB | 43 | 0 | F | E | A7 | 43 | 39 |
| Octal | 111 | 333 | 273 | 103 | 0 | 17 | 16 | 247 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10111011 | 1000011 | 0 | 1111 | 1110 | 10100111 | 1000011 | 111001 |
Color Harmonies of #49DBBB
Complementary color
Monochromatic Colors of #49DBBB
Black with #49DBBB
Text Example
Text Example
White with #49DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBBB; }
p { color: rgb(73,219,187); }
H1.HeaderClassName
{
color: #49DBBB;
}
.AnyTagClassName
{
color: #49DBBB;
}
</style>
background-color css
<style>
a { background-color: #49DBBB; }
a { background-color: rgb(73,219,187); }
div.DivClassName
{
background-color: #49DBBB;
}
.BgClassName
{
background-color: #49DBBB;
}
</style>
border-color css
<style>
span { border-color: #49DBBB; }
span { border-color: rgb(73,219,187); }
td.TdClassName
{
border-color: #49DBBB;
}
.TagClassName
{
border-color: #49DBBB;
}
</style>