Shades of Medium Turquoise #49DAD2
Tints of Medium Turquoise #49DAD2
RGB
CMYK
RGB Variations
Color information
#49DAD2 (or 0x49DAD2) is known color: Medium Turquoise. HEX triplet: 49, DA and D2. RGB value is (73,218,210). Sum of RGB (Red+Green+Blue) = 73+218+210=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DAD2 is #B6252D. Grayscale: #ADADAD. Windows color (decimal): -11937070 or 13818441. OLE color: 13818441.
HSL color Cylindrical-coordinate representation of color #49DAD2: hue angle of 176.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DAD2 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 210 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.15 |
| HSL | 176.69º | 0.66% | 0.57% | - |
| HSV(B) | 176.69º | 0.67% | 0.85% | - |
| XYZ | 39.45 | 56.21 | 69.74 | - |
| YUV | 173.73 | 148.46 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 210 | 0.67 | 0 | 0.04 | 0.15 | 176.69 | 0.66 | 0.57 |
| Hex | 49 | DA | D2 | 43 | 0 | 4 | F | B1 | 42 | 39 |
| Octal | 111 | 332 | 322 | 103 | 0 | 4 | 17 | 261 | 102 | 71 |
| Binary | 1001001 | 11011010 | 11010010 | 1000011 | 0 | 100 | 1111 | 10110001 | 1000010 | 111001 |
Color Harmonies of #49DAD2
Complementary color
Monochromatic Colors of #49DAD2
Black with #49DAD2
Text Example
Text Example
White with #49DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAD2; }
p { color: rgb(73,218,210); }
H1.HeaderClassName
{
color: #49DAD2;
}
.AnyTagClassName
{
color: #49DAD2;
}
</style>
background-color css
<style>
a { background-color: #49DAD2; }
a { background-color: rgb(73,218,210); }
div.DivClassName
{
background-color: #49DAD2;
}
.BgClassName
{
background-color: #49DAD2;
}
</style>
border-color css
<style>
span { border-color: #49DAD2; }
span { border-color: rgb(73,218,210); }
td.TdClassName
{
border-color: #49DAD2;
}
.TagClassName
{
border-color: #49DAD2;
}
</style>