Shades of Medium Turquoise #49CCD9
Tints of Medium Turquoise #49CCD9
RGB
CMYK
RGB Variations
Color information
#49CCD9 (or 0x49CCD9) is known color: Medium Turquoise. HEX triplet: 49, CC and D9. RGB value is (73,204,217). Sum of RGB (Red+Green+Blue) = 73+204+217=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #49CCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCD9 is #B63326. Grayscale: #A6A6A6. Windows color (decimal): -11940647 or 14273609. OLE color: 14273609.
HSL color Cylindrical-coordinate representation of color #49CCD9: hue angle of 185.42º 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 #49CCD9 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 204 | 217 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.15 |
| HSL | 185.42º | 0.65% | 0.57% | - |
| HSV(B) | 185.42º | 0.66% | 0.85% | - |
| XYZ | 36.86 | 49.61 | 73.28 | - |
| YUV | 166.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 217 | 0.66 | 0.06 | 0 | 0.15 | 185.42 | 0.65 | 0.57 |
| Hex | 49 | CC | D9 | 42 | 6 | 0 | F | B9 | 41 | 39 |
| Octal | 111 | 314 | 331 | 102 | 6 | 0 | 17 | 271 | 101 | 71 |
| Binary | 1001001 | 11001100 | 11011001 | 1000010 | 110 | 0 | 1111 | 10111001 | 1000001 | 111001 |
Color Harmonies of #49CCD9
Complementary color
Monochromatic Colors of #49CCD9
Black with #49CCD9
Text Example
Text Example
White with #49CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCD9; }
p { color: rgb(73,204,217); }
H1.HeaderClassName
{
color: #49CCD9;
}
.AnyTagClassName
{
color: #49CCD9;
}
</style>
background-color css
<style>
a { background-color: #49CCD9; }
a { background-color: rgb(73,204,217); }
div.DivClassName
{
background-color: #49CCD9;
}
.BgClassName
{
background-color: #49CCD9;
}
</style>
border-color css
<style>
span { border-color: #49CCD9; }
span { border-color: rgb(73,204,217); }
td.TdClassName
{
border-color: #49CCD9;
}
.TagClassName
{
border-color: #49CCD9;
}
</style>