Shades of Medium Turquoise #49CDC1
Tints of Medium Turquoise #49CDC1
RGB
CMYK
RGB Variations
Color information
#49CDC1 (or 0x49CDC1) is known color: Medium Turquoise. HEX triplet: 49, CD and C1. RGB value is (73,205,193). Sum of RGB (Red+Green+Blue) = 73+205+193=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDC1 is #B6323E. Grayscale: #A4A4A4. Windows color (decimal): -11940415 or 12701001. OLE color: 12701001.
HSL color Cylindrical-coordinate representation of color #49CDC1: hue angle of 174.55º 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 #49CDC1 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 193 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.20 |
| HSL | 174.55º | 0.57% | 0.55% | - |
| HSV(B) | 174.55º | 0.64% | 0.8% | - |
| XYZ | 34.2 | 48.93 | 58.09 | - |
| YUV | 164.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 193 | 0.64 | 0 | 0.06 | 0.20 | 174.55 | 0.57 | 0.55 |
| Hex | 49 | CD | C1 | 40 | 0 | 6 | 14 | AF | 39 | 37 |
| Octal | 111 | 315 | 301 | 100 | 0 | 6 | 24 | 257 | 71 | 67 |
| Binary | 1001001 | 11001101 | 11000001 | 1000000 | 0 | 110 | 10100 | 10101111 | 111001 | 110111 |
Color Harmonies of #49CDC1
Complementary color
Monochromatic Colors of #49CDC1
Black with #49CDC1
Text Example
Text Example
White with #49CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDC1; }
p { color: rgb(73,205,193); }
H1.HeaderClassName
{
color: #49CDC1;
}
.AnyTagClassName
{
color: #49CDC1;
}
</style>
background-color css
<style>
a { background-color: #49CDC1; }
a { background-color: rgb(73,205,193); }
div.DivClassName
{
background-color: #49CDC1;
}
.BgClassName
{
background-color: #49CDC1;
}
</style>
border-color css
<style>
span { border-color: #49CDC1; }
span { border-color: rgb(73,205,193); }
td.TdClassName
{
border-color: #49CDC1;
}
.TagClassName
{
border-color: #49CDC1;
}
</style>