Shades of Medium Turquoise #49C8CD
Tints of Medium Turquoise #49C8CD
RGB
CMYK
RGB Variations
Color information
#49C8CD (or 0x49C8CD) is known color: Medium Turquoise. HEX triplet: 49, C8 and CD. RGB value is (73,200,205). Sum of RGB (Red+Green+Blue) = 73+200+205=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #49C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8CD is #B63732. Grayscale: #A2A2A2. Windows color (decimal): -11941683 or 13486153. OLE color: 13486153.
HSL color Cylindrical-coordinate representation of color #49C8CD: hue angle of 182.27º 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 #49C8CD is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 200 | 205 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.20 |
| HSL | 182.27º | 0.57% | 0.55% | - |
| HSV(B) | 182.27º | 0.64% | 0.8% | - |
| XYZ | 34.42 | 47.13 | 65.04 | - |
| YUV | 162.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 205 | 0.64 | 0.02 | 0 | 0.20 | 182.27 | 0.57 | 0.55 |
| Hex | 49 | C8 | CD | 40 | 2 | 0 | 14 | B6 | 39 | 37 |
| Octal | 111 | 310 | 315 | 100 | 2 | 0 | 24 | 266 | 71 | 67 |
| Binary | 1001001 | 11001000 | 11001101 | 1000000 | 10 | 0 | 10100 | 10110110 | 111001 | 110111 |
Color Harmonies of #49C8CD
Complementary color
Monochromatic Colors of #49C8CD
Black with #49C8CD
Text Example
Text Example
White with #49C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C8CD; }
p { color: rgb(73,200,205); }
H1.HeaderClassName
{
color: #49C8CD;
}
.AnyTagClassName
{
color: #49C8CD;
}
</style>
background-color css
<style>
a { background-color: #49C8CD; }
a { background-color: rgb(73,200,205); }
div.DivClassName
{
background-color: #49C8CD;
}
.BgClassName
{
background-color: #49C8CD;
}
</style>
border-color css
<style>
span { border-color: #49C8CD; }
span { border-color: rgb(73,200,205); }
td.TdClassName
{
border-color: #49C8CD;
}
.TagClassName
{
border-color: #49C8CD;
}
</style>