Shades of Medium Turquoise #49BFC0
Tints of Medium Turquoise #49BFC0
RGB
CMYK
RGB Variations
Color information
#49BFC0 (or 0x49BFC0) is known color: Medium Turquoise. HEX triplet: 49, BF and C0. RGB value is (73,191,192). Sum of RGB (Red+Green+Blue) = 73+191+192=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #49BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFC0 is #B6403F. Grayscale: #9B9B9B. Windows color (decimal): -11944000 or 12631881. OLE color: 12631881.
HSL color Cylindrical-coordinate representation of color #49BFC0: hue angle of 180.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BFC0 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 192 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.25 |
| HSL | 180.5º | 0.49% | 0.52% | - |
| HSV(B) | 180.5º | 0.62% | 0.75% | - |
| XYZ | 30.89 | 42.48 | 56.44 | - |
| YUV | 155.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 192 | 0.62 | 0.01 | 0 | 0.25 | 180.5 | 0.49 | 0.52 |
| Hex | 49 | BF | C0 | 3E | 1 | 0 | 19 | B5 | 31 | 34 |
| Octal | 111 | 277 | 300 | 76 | 1 | 0 | 31 | 265 | 61 | 64 |
| Binary | 1001001 | 10111111 | 11000000 | 111110 | 1 | 0 | 11001 | 10110101 | 110001 | 110100 |
Color Harmonies of #49BFC0
Complementary color
Monochromatic Colors of #49BFC0
Black with #49BFC0
Text Example
Text Example
White with #49BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFC0; }
p { color: rgb(73,191,192); }
H1.HeaderClassName
{
color: #49BFC0;
}
.AnyTagClassName
{
color: #49BFC0;
}
</style>
background-color css
<style>
a { background-color: #49BFC0; }
a { background-color: rgb(73,191,192); }
div.DivClassName
{
background-color: #49BFC0;
}
.BgClassName
{
background-color: #49BFC0;
}
</style>
border-color css
<style>
span { border-color: #49BFC0; }
span { border-color: rgb(73,191,192); }
td.TdClassName
{
border-color: #49BFC0;
}
.TagClassName
{
border-color: #49BFC0;
}
</style>