Shades of Medium Turquoise #49D2BC
Tints of Medium Turquoise #49D2BC
RGB
CMYK
RGB Variations
Color information
#49D2BC (or 0x49D2BC) is known color: Medium Turquoise. HEX triplet: 49, D2 and BC. RGB value is (73,210,188). Sum of RGB (Red+Green+Blue) = 73+210+188=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D2BC is #B62D43. Grayscale: #A6A6A6. Windows color (decimal): -11939140 or 12374601. OLE color: 12374601.
HSL color Cylindrical-coordinate representation of color #49D2BC: hue angle of 170.36º degrees, saturation: 0.6, 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 #49D2BC is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 188 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.18 |
| HSL | 170.37º | 0.6% | 0.55% | - |
| HSV(B) | 170.37º | 0.65% | 0.82% | - |
| XYZ | 34.87 | 51.14 | 55.61 | - |
| YUV | 166.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 188 | 0.65 | 0 | 0.10 | 0.18 | 170.37 | 0.6 | 0.55 |
| Hex | 49 | D2 | BC | 41 | 0 | A | 12 | AA | 3C | 37 |
| Octal | 111 | 322 | 274 | 101 | 0 | 12 | 22 | 252 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10111100 | 1000001 | 0 | 1010 | 10010 | 10101010 | 111100 | 110111 |
Color Harmonies of #49D2BC
Complementary color
Monochromatic Colors of #49D2BC
Black with #49D2BC
Text Example
Text Example
White with #49D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2BC; }
p { color: rgb(73,210,188); }
H1.HeaderClassName
{
color: #49D2BC;
}
.AnyTagClassName
{
color: #49D2BC;
}
</style>
background-color css
<style>
a { background-color: #49D2BC; }
a { background-color: rgb(73,210,188); }
div.DivClassName
{
background-color: #49D2BC;
}
.BgClassName
{
background-color: #49D2BC;
}
</style>
border-color css
<style>
span { border-color: #49D2BC; }
span { border-color: rgb(73,210,188); }
td.TdClassName
{
border-color: #49D2BC;
}
.TagClassName
{
border-color: #49D2BC;
}
</style>