Shades of Medium Turquoise #49D2DC
Tints of Medium Turquoise #49D2DC
RGB
CMYK
RGB Variations
Color information
#49D2DC (or 0x49D2DC) is known color: Medium Turquoise. HEX triplet: 49, D2 and DC. RGB value is (73,210,220). Sum of RGB (Red+Green+Blue) = 73+210+220=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #49D2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D2DC is #B62D23. Grayscale: #A9A9A9. Windows color (decimal): -11939108 or 14471753. OLE color: 14471753.
HSL color Cylindrical-coordinate representation of color #49D2DC: hue angle of 184.08º 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 #49D2DC is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 210 | 220 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.14 |
| HSL | 184.08º | 0.68% | 0.57% | - |
| HSV(B) | 184.08º | 0.67% | 0.86% | - |
| XYZ | 38.71 | 52.68 | 75.84 | - |
| YUV | 170.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 220 | 0.67 | 0.05 | 0 | 0.14 | 184.08 | 0.68 | 0.57 |
| Hex | 49 | D2 | DC | 43 | 5 | 0 | E | B8 | 44 | 39 |
| Octal | 111 | 322 | 334 | 103 | 5 | 0 | 16 | 270 | 104 | 71 |
| Binary | 1001001 | 11010010 | 11011100 | 1000011 | 101 | 0 | 1110 | 10111000 | 1000100 | 111001 |
Color Harmonies of #49D2DC
Complementary color
Monochromatic Colors of #49D2DC
Black with #49D2DC
Text Example
Text Example
White with #49D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2DC; }
p { color: rgb(73,210,220); }
H1.HeaderClassName
{
color: #49D2DC;
}
.AnyTagClassName
{
color: #49D2DC;
}
</style>
background-color css
<style>
a { background-color: #49D2DC; }
a { background-color: rgb(73,210,220); }
div.DivClassName
{
background-color: #49D2DC;
}
.BgClassName
{
background-color: #49D2DC;
}
</style>
border-color css
<style>
span { border-color: #49D2DC; }
span { border-color: rgb(73,210,220); }
td.TdClassName
{
border-color: #49D2DC;
}
.TagClassName
{
border-color: #49D2DC;
}
</style>