Shades of Medium Turquoise #49CDC4
Tints of Medium Turquoise #49CDC4
RGB
CMYK
RGB Variations
Color information
#49CDC4 (or 0x49CDC4) is known color: Medium Turquoise. HEX triplet: 49, CD and C4. RGB value is (73,205,196). Sum of RGB (Red+Green+Blue) = 73+205+196=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDC4 is #B6323B. Grayscale: #A4A4A4. Windows color (decimal): -11940412 or 12897609. OLE color: 12897609.
HSL color Cylindrical-coordinate representation of color #49CDC4: hue angle of 175.91º 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 #49CDC4 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 196 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.20 |
| HSL | 175.91º | 0.57% | 0.55% | - |
| HSV(B) | 175.91º | 0.64% | 0.8% | - |
| XYZ | 34.54 | 49.06 | 59.87 | - |
| YUV | 164.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 196 | 0.64 | 0 | 0.04 | 0.20 | 175.91 | 0.57 | 0.55 |
| Hex | 49 | CD | C4 | 40 | 0 | 4 | 14 | B0 | 39 | 37 |
| Octal | 111 | 315 | 304 | 100 | 0 | 4 | 24 | 260 | 71 | 67 |
| Binary | 1001001 | 11001101 | 11000100 | 1000000 | 0 | 100 | 10100 | 10110000 | 111001 | 110111 |
Color Harmonies of #49CDC4
Complementary color
Monochromatic Colors of #49CDC4
Black with #49CDC4
Text Example
Text Example
White with #49CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDC4; }
p { color: rgb(73,205,196); }
H1.HeaderClassName
{
color: #49CDC4;
}
.AnyTagClassName
{
color: #49CDC4;
}
</style>
background-color css
<style>
a { background-color: #49CDC4; }
a { background-color: rgb(73,205,196); }
div.DivClassName
{
background-color: #49CDC4;
}
.BgClassName
{
background-color: #49CDC4;
}
</style>
border-color css
<style>
span { border-color: #49CDC4; }
span { border-color: rgb(73,205,196); }
td.TdClassName
{
border-color: #49CDC4;
}
.TagClassName
{
border-color: #49CDC4;
}
</style>