Shades of Medium Turquoise #49CDB5
Tints of Medium Turquoise #49CDB5
RGB
CMYK
RGB Variations
Color information
#49CDB5 (or 0x49CDB5) is known color: Medium Turquoise. HEX triplet: 49, CD and B5. RGB value is (73,205,181). Sum of RGB (Red+Green+Blue) = 73+205+181=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDB5 is #B6324A. Grayscale: #A2A2A2. Windows color (decimal): -11940427 or 11914569. OLE color: 11914569.
HSL color Cylindrical-coordinate representation of color #49CDB5: hue angle of 169.09º 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 #49CDB5 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 181 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.20 |
| HSL | 169.09º | 0.57% | 0.55% | - |
| HSV(B) | 169.09º | 0.64% | 0.8% | - |
| XYZ | 32.92 | 48.42 | 51.33 | - |
| YUV | 162.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 181 | 0.64 | 0 | 0.12 | 0.20 | 169.09 | 0.57 | 0.55 |
| Hex | 49 | CD | B5 | 40 | 0 | C | 14 | A9 | 39 | 37 |
| Octal | 111 | 315 | 265 | 100 | 0 | 14 | 24 | 251 | 71 | 67 |
| Binary | 1001001 | 11001101 | 10110101 | 1000000 | 0 | 1100 | 10100 | 10101001 | 111001 | 110111 |
Color Harmonies of #49CDB5
Complementary color
Monochromatic Colors of #49CDB5
Black with #49CDB5
Text Example
Text Example
White with #49CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDB5; }
p { color: rgb(73,205,181); }
H1.HeaderClassName
{
color: #49CDB5;
}
.AnyTagClassName
{
color: #49CDB5;
}
</style>
background-color css
<style>
a { background-color: #49CDB5; }
a { background-color: rgb(73,205,181); }
div.DivClassName
{
background-color: #49CDB5;
}
.BgClassName
{
background-color: #49CDB5;
}
</style>
border-color css
<style>
span { border-color: #49CDB5; }
span { border-color: rgb(73,205,181); }
td.TdClassName
{
border-color: #49CDB5;
}
.TagClassName
{
border-color: #49CDB5;
}
</style>