Shades of Medium Turquoise #49D0BE
Tints of Medium Turquoise #49D0BE
RGB
CMYK
RGB Variations
Color information
#49D0BE (or 0x49D0BE) is known color: Medium Turquoise. HEX triplet: 49, D0 and BE. RGB value is (73,208,190). Sum of RGB (Red+Green+Blue) = 73+208+190=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #49D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0BE is #B62F41. Grayscale: #A5A5A5. Windows color (decimal): -11939650 or 12505161. OLE color: 12505161.
HSL color Cylindrical-coordinate representation of color #49D0BE: hue angle of 172º 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 #49D0BE is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 190 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.18 |
| HSL | 172º | 0.59% | 0.55% | - |
| HSV(B) | 172º | 0.65% | 0.82% | - |
| XYZ | 34.6 | 50.25 | 56.59 | - |
| YUV | 165.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 190 | 0.65 | 0 | 0.09 | 0.18 | 172 | 0.59 | 0.55 |
| Hex | 49 | D0 | BE | 41 | 0 | 9 | 12 | AC | 3B | 37 |
| Octal | 111 | 320 | 276 | 101 | 0 | 11 | 22 | 254 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10111110 | 1000001 | 0 | 1001 | 10010 | 10101100 | 111011 | 110111 |
Color Harmonies of #49D0BE
Complementary color
Monochromatic Colors of #49D0BE
Black with #49D0BE
Text Example
Text Example
White with #49D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D0BE; }
p { color: rgb(73,208,190); }
H1.HeaderClassName
{
color: #49D0BE;
}
.AnyTagClassName
{
color: #49D0BE;
}
</style>
background-color css
<style>
a { background-color: #49D0BE; }
a { background-color: rgb(73,208,190); }
div.DivClassName
{
background-color: #49D0BE;
}
.BgClassName
{
background-color: #49D0BE;
}
</style>
border-color css
<style>
span { border-color: #49D0BE; }
span { border-color: rgb(73,208,190); }
td.TdClassName
{
border-color: #49D0BE;
}
.TagClassName
{
border-color: #49D0BE;
}
</style>