Shades of Medium Turquoise #49CDB7
Tints of Medium Turquoise #49CDB7
RGB
CMYK
RGB Variations
Color information
#49CDB7 (or 0x49CDB7) is known color: Medium Turquoise. HEX triplet: 49, CD and B7. RGB value is (73,205,183). Sum of RGB (Red+Green+Blue) = 73+205+183=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDB7 is #B63248. Grayscale: #A2A2A2. Windows color (decimal): -11940425 or 12045641. OLE color: 12045641.
HSL color Cylindrical-coordinate representation of color #49CDB7: hue angle of 170º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDB7 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 183 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.20 |
| HSL | 170º | 0.57% | 0.55% | - |
| HSV(B) | 170º | 0.64% | 0.8% | - |
| XYZ | 33.13 | 48.5 | 52.41 | - |
| YUV | 163.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 183 | 0.64 | 0 | 0.11 | 0.20 | 170 | 0.57 | 0.55 |
| Hex | 49 | CD | B7 | 40 | 0 | B | 14 | AA | 39 | 37 |
| Octal | 111 | 315 | 267 | 100 | 0 | 13 | 24 | 252 | 71 | 67 |
| Binary | 1001001 | 11001101 | 10110111 | 1000000 | 0 | 1011 | 10100 | 10101010 | 111001 | 110111 |
Color Harmonies of #49CDB7
Complementary color
Monochromatic Colors of #49CDB7
Black with #49CDB7
Text Example
Text Example
White with #49CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDB7; }
p { color: rgb(73,205,183); }
H1.HeaderClassName
{
color: #49CDB7;
}
.AnyTagClassName
{
color: #49CDB7;
}
</style>
background-color css
<style>
a { background-color: #49CDB7; }
a { background-color: rgb(73,205,183); }
div.DivClassName
{
background-color: #49CDB7;
}
.BgClassName
{
background-color: #49CDB7;
}
</style>
border-color css
<style>
span { border-color: #49CDB7; }
span { border-color: rgb(73,205,183); }
td.TdClassName
{
border-color: #49CDB7;
}
.TagClassName
{
border-color: #49CDB7;
}
</style>