Shades of Medium Turquoise #49DAD3
Tints of Medium Turquoise #49DAD3
RGB
CMYK
RGB Variations
Color information
#49DAD3 (or 0x49DAD3) is known color: Medium Turquoise. HEX triplet: 49, DA and D3. RGB value is (73,218,211). Sum of RGB (Red+Green+Blue) = 73+218+211=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DAD3 is #B6252C. Grayscale: #ADADAD. Windows color (decimal): -11937069 or 13883977. OLE color: 13883977.
HSL color Cylindrical-coordinate representation of color #49DAD3: hue angle of 177.1º 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 #49DAD3 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 211 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.15 |
| HSL | 177.1º | 0.66% | 0.57% | - |
| HSV(B) | 177.1º | 0.67% | 0.85% | - |
| XYZ | 39.58 | 56.26 | 70.4 | - |
| YUV | 173.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 211 | 0.67 | 0 | 0.03 | 0.15 | 177.1 | 0.66 | 0.57 |
| Hex | 49 | DA | D3 | 43 | 0 | 3 | F | B1 | 42 | 39 |
| Octal | 111 | 332 | 323 | 103 | 0 | 3 | 17 | 261 | 102 | 71 |
| Binary | 1001001 | 11011010 | 11010011 | 1000011 | 0 | 11 | 1111 | 10110001 | 1000010 | 111001 |
Color Harmonies of #49DAD3
Complementary color
Monochromatic Colors of #49DAD3
Black with #49DAD3
Text Example
Text Example
White with #49DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAD3; }
p { color: rgb(73,218,211); }
H1.HeaderClassName
{
color: #49DAD3;
}
.AnyTagClassName
{
color: #49DAD3;
}
</style>
background-color css
<style>
a { background-color: #49DAD3; }
a { background-color: rgb(73,218,211); }
div.DivClassName
{
background-color: #49DAD3;
}
.BgClassName
{
background-color: #49DAD3;
}
</style>
border-color css
<style>
span { border-color: #49DAD3; }
span { border-color: rgb(73,218,211); }
td.TdClassName
{
border-color: #49DAD3;
}
.TagClassName
{
border-color: #49DAD3;
}
</style>