Shades of Medium Turquoise #49D4CB
Tints of Medium Turquoise #49D4CB
RGB
CMYK
RGB Variations
Color information
#49D4CB (or 0x49D4CB) is known color: Medium Turquoise. HEX triplet: 49, D4 and CB. RGB value is (73,212,203). Sum of RGB (Red+Green+Blue) = 73+212+203=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #49D4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D4CB is #B62B34. Grayscale: #A9A9A9. Windows color (decimal): -11938613 or 13358153. OLE color: 13358153.
HSL color Cylindrical-coordinate representation of color #49D4CB: hue angle of 176.12º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D4CB is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 203 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.17 |
| HSL | 176.12º | 0.62% | 0.56% | - |
| HSV(B) | 176.12º | 0.66% | 0.83% | - |
| XYZ | 37.07 | 52.82 | 64.74 | - |
| YUV | 169.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 203 | 0.66 | 0 | 0.04 | 0.17 | 176.12 | 0.62 | 0.56 |
| Hex | 49 | D4 | CB | 42 | 0 | 4 | 11 | B0 | 3E | 38 |
| Octal | 111 | 324 | 313 | 102 | 0 | 4 | 21 | 260 | 76 | 70 |
| Binary | 1001001 | 11010100 | 11001011 | 1000010 | 0 | 100 | 10001 | 10110000 | 111110 | 111000 |
Color Harmonies of #49D4CB
Complementary color
Monochromatic Colors of #49D4CB
Black with #49D4CB
Text Example
Text Example
White with #49D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D4CB; }
p { color: rgb(73,212,203); }
H1.HeaderClassName
{
color: #49D4CB;
}
.AnyTagClassName
{
color: #49D4CB;
}
</style>
background-color css
<style>
a { background-color: #49D4CB; }
a { background-color: rgb(73,212,203); }
div.DivClassName
{
background-color: #49D4CB;
}
.BgClassName
{
background-color: #49D4CB;
}
</style>
border-color css
<style>
span { border-color: #49D4CB; }
span { border-color: rgb(73,212,203); }
td.TdClassName
{
border-color: #49D4CB;
}
.TagClassName
{
border-color: #49D4CB;
}
</style>