Shades of Medium Turquoise #49D0BC
Tints of Medium Turquoise #49D0BC
RGB
CMYK
RGB Variations
Color information
#49D0BC (or 0x49D0BC) is known color: Medium Turquoise. HEX triplet: 49, D0 and BC. RGB value is (73,208,188). Sum of RGB (Red+Green+Blue) = 73+208+188=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #49D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0BC is #B62F43. Grayscale: #A5A5A5. Windows color (decimal): -11939652 or 12374089. OLE color: 12374089.
HSL color Cylindrical-coordinate representation of color #49D0BC: hue angle of 171.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D0BC is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 188 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.18 |
| HSL | 171.11º | 0.59% | 0.55% | - |
| HSV(B) | 171.11º | 0.65% | 0.82% | - |
| XYZ | 34.38 | 50.16 | 55.45 | - |
| YUV | 165.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 188 | 0.65 | 0 | 0.10 | 0.18 | 171.11 | 0.59 | 0.55 |
| Hex | 49 | D0 | BC | 41 | 0 | A | 12 | AB | 3B | 37 |
| Octal | 111 | 320 | 274 | 101 | 0 | 12 | 22 | 253 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10111100 | 1000001 | 0 | 1010 | 10010 | 10101011 | 111011 | 110111 |
Color Harmonies of #49D0BC
Complementary color
Monochromatic Colors of #49D0BC
Black with #49D0BC
Text Example
Text Example
White with #49D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D0BC; }
p { color: rgb(73,208,188); }
H1.HeaderClassName
{
color: #49D0BC;
}
.AnyTagClassName
{
color: #49D0BC;
}
</style>
background-color css
<style>
a { background-color: #49D0BC; }
a { background-color: rgb(73,208,188); }
div.DivClassName
{
background-color: #49D0BC;
}
.BgClassName
{
background-color: #49D0BC;
}
</style>
border-color css
<style>
span { border-color: #49D0BC; }
span { border-color: rgb(73,208,188); }
td.TdClassName
{
border-color: #49D0BC;
}
.TagClassName
{
border-color: #49D0BC;
}
</style>