Shades of Medium Turquoise #49D0CD
Tints of Medium Turquoise #49D0CD
RGB
CMYK
RGB Variations
Color information
#49D0CD (or 0x49D0CD) is known color: Medium Turquoise. HEX triplet: 49, D0 and CD. RGB value is (73,208,205). Sum of RGB (Red+Green+Blue) = 73+208+205=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #49D0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0CD is #B62F32. Grayscale: #A7A7A7. Windows color (decimal): -11939635 or 13488201. OLE color: 13488201.
HSL color Cylindrical-coordinate representation of color #49D0CD: hue angle of 178.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D0CD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 205 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.18 |
| HSL | 178.67º | 0.59% | 0.55% | - |
| HSV(B) | 178.67º | 0.65% | 0.82% | - |
| XYZ | 36.32 | 50.94 | 65.67 | - |
| YUV | 167.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 205 | 0.65 | 0 | 0.01 | 0.18 | 178.67 | 0.59 | 0.55 |
| Hex | 49 | D0 | CD | 41 | 0 | 1 | 12 | B3 | 3B | 37 |
| Octal | 111 | 320 | 315 | 101 | 0 | 1 | 22 | 263 | 73 | 67 |
| Binary | 1001001 | 11010000 | 11001101 | 1000001 | 0 | 1 | 10010 | 10110011 | 111011 | 110111 |
Color Harmonies of #49D0CD
Complementary color
Monochromatic Colors of #49D0CD
Black with #49D0CD
Text Example
Text Example
White with #49D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D0CD; }
p { color: rgb(73,208,205); }
H1.HeaderClassName
{
color: #49D0CD;
}
.AnyTagClassName
{
color: #49D0CD;
}
</style>
background-color css
<style>
a { background-color: #49D0CD; }
a { background-color: rgb(73,208,205); }
div.DivClassName
{
background-color: #49D0CD;
}
.BgClassName
{
background-color: #49D0CD;
}
</style>
border-color css
<style>
span { border-color: #49D0CD; }
span { border-color: rgb(73,208,205); }
td.TdClassName
{
border-color: #49D0CD;
}
.TagClassName
{
border-color: #49D0CD;
}
</style>