Shades of Medium Turquoise #49C9D9
Tints of Medium Turquoise #49C9D9
RGB
CMYK
RGB Variations
Color information
#49C9D9 (or 0x49C9D9) is known color: Medium Turquoise. HEX triplet: 49, C9 and D9. RGB value is (73,201,217). Sum of RGB (Red+Green+Blue) = 73+201+217=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #49C9D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C9D9 is #B63626. Grayscale: #A4A4A4. Windows color (decimal): -11941415 or 14272841. OLE color: 14272841.
HSL color Cylindrical-coordinate representation of color #49C9D9: hue angle of 186.67º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49C9D9 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 201 | 217 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.15 |
| HSL | 186.67º | 0.65% | 0.57% | - |
| HSV(B) | 186.67º | 0.66% | 0.85% | - |
| XYZ | 36.16 | 48.2 | 73.04 | - |
| YUV | 164.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 217 | 0.66 | 0.07 | 0 | 0.15 | 186.67 | 0.65 | 0.57 |
| Hex | 49 | C9 | D9 | 42 | 7 | 0 | F | BB | 41 | 39 |
| Octal | 111 | 311 | 331 | 102 | 7 | 0 | 17 | 273 | 101 | 71 |
| Binary | 1001001 | 11001001 | 11011001 | 1000010 | 111 | 0 | 1111 | 10111011 | 1000001 | 111001 |
Color Harmonies of #49C9D9
Complementary color
Monochromatic Colors of #49C9D9
Black with #49C9D9
Text Example
Text Example
White with #49C9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C9D9; }
p { color: rgb(73,201,217); }
H1.HeaderClassName
{
color: #49C9D9;
}
.AnyTagClassName
{
color: #49C9D9;
}
</style>
background-color css
<style>
a { background-color: #49C9D9; }
a { background-color: rgb(73,201,217); }
div.DivClassName
{
background-color: #49C9D9;
}
.BgClassName
{
background-color: #49C9D9;
}
</style>
border-color css
<style>
span { border-color: #49C9D9; }
span { border-color: rgb(73,201,217); }
td.TdClassName
{
border-color: #49C9D9;
}
.TagClassName
{
border-color: #49C9D9;
}
</style>