Shades of Medium Turquoise #49CBC0
Tints of Medium Turquoise #49CBC0
RGB
CMYK
RGB Variations
Color information
#49CBC0 (or 0x49CBC0) is known color: Medium Turquoise. HEX triplet: 49, CB and C0. RGB value is (73,203,192). Sum of RGB (Red+Green+Blue) = 73+203+192=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBC0 is #B6343F. Grayscale: #A2A2A2. Windows color (decimal): -11940928 or 12634953. OLE color: 12634953.
HSL color Cylindrical-coordinate representation of color #49CBC0: hue angle of 174.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CBC0 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 192 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.20 |
| HSL | 174.92º | 0.56% | 0.54% | - |
| HSV(B) | 174.92º | 0.64% | 0.8% | - |
| XYZ | 33.62 | 47.93 | 57.35 | - |
| YUV | 162.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 192 | 0.64 | 0 | 0.05 | 0.20 | 174.92 | 0.56 | 0.54 |
| Hex | 49 | CB | C0 | 40 | 0 | 5 | 14 | AF | 38 | 36 |
| Octal | 111 | 313 | 300 | 100 | 0 | 5 | 24 | 257 | 70 | 66 |
| Binary | 1001001 | 11001011 | 11000000 | 1000000 | 0 | 101 | 10100 | 10101111 | 111000 | 110110 |
Color Harmonies of #49CBC0
Complementary color
Monochromatic Colors of #49CBC0
Black with #49CBC0
Text Example
Text Example
White with #49CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBC0; }
p { color: rgb(73,203,192); }
H1.HeaderClassName
{
color: #49CBC0;
}
.AnyTagClassName
{
color: #49CBC0;
}
</style>
background-color css
<style>
a { background-color: #49CBC0; }
a { background-color: rgb(73,203,192); }
div.DivClassName
{
background-color: #49CBC0;
}
.BgClassName
{
background-color: #49CBC0;
}
</style>
border-color css
<style>
span { border-color: #49CBC0; }
span { border-color: rgb(73,203,192); }
td.TdClassName
{
border-color: #49CBC0;
}
.TagClassName
{
border-color: #49CBC0;
}
</style>