Shades of Medium Turquoise #49D2DA
Tints of Medium Turquoise #49D2DA
RGB
CMYK
RGB Variations
Color information
#49D2DA (or 0x49D2DA) is known color: Medium Turquoise. HEX triplet: 49, D2 and DA. RGB value is (73,210,218). Sum of RGB (Red+Green+Blue) = 73+210+218=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #49D2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D2DA is #B62D25. Grayscale: #A9A9A9. Windows color (decimal): -11939110 or 14340681. OLE color: 14340681.
HSL color Cylindrical-coordinate representation of color #49D2DA: hue angle of 183.31º 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 #49D2DA is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 210 | 218 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.15 |
| HSL | 183.31º | 0.66% | 0.57% | - |
| HSV(B) | 183.31º | 0.67% | 0.85% | - |
| XYZ | 38.45 | 52.57 | 74.45 | - |
| YUV | 169.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 218 | 0.67 | 0.04 | 0 | 0.15 | 183.31 | 0.66 | 0.57 |
| Hex | 49 | D2 | DA | 43 | 4 | 0 | F | B7 | 42 | 39 |
| Octal | 111 | 322 | 332 | 103 | 4 | 0 | 17 | 267 | 102 | 71 |
| Binary | 1001001 | 11010010 | 11011010 | 1000011 | 100 | 0 | 1111 | 10110111 | 1000010 | 111001 |
Color Harmonies of #49D2DA
Complementary color
Monochromatic Colors of #49D2DA
Black with #49D2DA
Text Example
Text Example
White with #49D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2DA; }
p { color: rgb(73,210,218); }
H1.HeaderClassName
{
color: #49D2DA;
}
.AnyTagClassName
{
color: #49D2DA;
}
</style>
background-color css
<style>
a { background-color: #49D2DA; }
a { background-color: rgb(73,210,218); }
div.DivClassName
{
background-color: #49D2DA;
}
.BgClassName
{
background-color: #49D2DA;
}
</style>
border-color css
<style>
span { border-color: #49D2DA; }
span { border-color: rgb(73,210,218); }
td.TdClassName
{
border-color: #49D2DA;
}
.TagClassName
{
border-color: #49D2DA;
}
</style>