Shades of Medium Turquoise #49D1CD
Tints of Medium Turquoise #49D1CD
RGB
CMYK
RGB Variations
Color information
#49D1CD (or 0x49D1CD) is known color: Medium Turquoise. HEX triplet: 49, D1 and CD. RGB value is (73,209,205). Sum of RGB (Red+Green+Blue) = 73+209+205=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D1CD is #B62E32. Grayscale: #A7A7A7. Windows color (decimal): -11939379 or 13488457. OLE color: 13488457.
HSL color Cylindrical-coordinate representation of color #49D1CD: hue angle of 178.24º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D1CD is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 205 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.18 |
| HSL | 178.24º | 0.6% | 0.55% | - |
| HSV(B) | 178.24º | 0.65% | 0.82% | - |
| XYZ | 36.57 | 51.43 | 65.76 | - |
| YUV | 167.88 | 148.94 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 205 | 0.65 | 0 | 0.02 | 0.18 | 178.24 | 0.6 | 0.55 |
| Hex | 49 | D1 | CD | 41 | 0 | 2 | 12 | B2 | 3C | 37 |
| Octal | 111 | 321 | 315 | 101 | 0 | 2 | 22 | 262 | 74 | 67 |
| Binary | 1001001 | 11010001 | 11001101 | 1000001 | 0 | 10 | 10010 | 10110010 | 111100 | 110111 |
Color Harmonies of #49D1CD
Complementary color
Monochromatic Colors of #49D1CD
Black with #49D1CD
Text Example
Text Example
White with #49D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1CD; }
p { color: rgb(73,209,205); }
H1.HeaderClassName
{
color: #49D1CD;
}
.AnyTagClassName
{
color: #49D1CD;
}
</style>
background-color css
<style>
a { background-color: #49D1CD; }
a { background-color: rgb(73,209,205); }
div.DivClassName
{
background-color: #49D1CD;
}
.BgClassName
{
background-color: #49D1CD;
}
</style>
border-color css
<style>
span { border-color: #49D1CD; }
span { border-color: rgb(73,209,205); }
td.TdClassName
{
border-color: #49D1CD;
}
.TagClassName
{
border-color: #49D1CD;
}
</style>