Shades of Medium Turquoise #49CCBB
Tints of Medium Turquoise #49CCBB
RGB
CMYK
RGB Variations
Color information
#49CCBB (or 0x49CCBB) is known color: Medium Turquoise. HEX triplet: 49, CC and BB. RGB value is (73,204,187). Sum of RGB (Red+Green+Blue) = 73+204+187=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBB is #B63344. Grayscale: #A2A2A2. Windows color (decimal): -11940677 or 12307529. OLE color: 12307529.
HSL color Cylindrical-coordinate representation of color #49CCBB: hue angle of 172.21º 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 #49CCBB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 187 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.2 |
| HSL | 172.21º | 0.56% | 0.54% | - |
| HSV(B) | 172.21º | 0.64% | 0.8% | - |
| XYZ | 33.31 | 48.19 | 54.56 | - |
| YUV | 162.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 187 | 0.64 | 0 | 0.08 | 0.2 | 172.21 | 0.56 | 0.54 |
| Hex | 49 | CC | BB | 40 | 0 | 8 | 14 | AC | 38 | 36 |
| Octal | 111 | 314 | 273 | 100 | 0 | 10 | 24 | 254 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10111011 | 1000000 | 0 | 1000 | 10100 | 10101100 | 111000 | 110110 |
Color Harmonies of #49CCBB
Complementary color
Monochromatic Colors of #49CCBB
Black with #49CCBB
Text Example
Text Example
White with #49CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCBB; }
p { color: rgb(73,204,187); }
H1.HeaderClassName
{
color: #49CCBB;
}
.AnyTagClassName
{
color: #49CCBB;
}
</style>
background-color css
<style>
a { background-color: #49CCBB; }
a { background-color: rgb(73,204,187); }
div.DivClassName
{
background-color: #49CCBB;
}
.BgClassName
{
background-color: #49CCBB;
}
</style>
border-color css
<style>
span { border-color: #49CCBB; }
span { border-color: rgb(73,204,187); }
td.TdClassName
{
border-color: #49CCBB;
}
.TagClassName
{
border-color: #49CCBB;
}
</style>