Shades of Medium Turquoise #49CFBF
Tints of Medium Turquoise #49CFBF
RGB
CMYK
RGB Variations
Color information
#49CFBF (or 0x49CFBF) is known color: Medium Turquoise. HEX triplet: 49, CF and BF. RGB value is (73,207,191). Sum of RGB (Red+Green+Blue) = 73+207+191=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFBF is #B63040. Grayscale: #A5A5A5. Windows color (decimal): -11939905 or 12570441. OLE color: 12570441.
HSL color Cylindrical-coordinate representation of color #49CFBF: hue angle of 172.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFBF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 191 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.19 |
| HSL | 172.84º | 0.58% | 0.55% | - |
| HSV(B) | 172.84º | 0.65% | 0.81% | - |
| XYZ | 34.46 | 49.8 | 57.09 | - |
| YUV | 165.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 191 | 0.65 | 0 | 0.08 | 0.19 | 172.84 | 0.58 | 0.55 |
| Hex | 49 | CF | BF | 41 | 0 | 8 | 13 | AD | 3A | 37 |
| Octal | 111 | 317 | 277 | 101 | 0 | 10 | 23 | 255 | 72 | 67 |
| Binary | 1001001 | 11001111 | 10111111 | 1000001 | 0 | 1000 | 10011 | 10101101 | 111010 | 110111 |
Color Harmonies of #49CFBF
Complementary color
Monochromatic Colors of #49CFBF
Black with #49CFBF
Text Example
Text Example
White with #49CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFBF; }
p { color: rgb(73,207,191); }
H1.HeaderClassName
{
color: #49CFBF;
}
.AnyTagClassName
{
color: #49CFBF;
}
</style>
background-color css
<style>
a { background-color: #49CFBF; }
a { background-color: rgb(73,207,191); }
div.DivClassName
{
background-color: #49CFBF;
}
.BgClassName
{
background-color: #49CFBF;
}
</style>
border-color css
<style>
span { border-color: #49CFBF; }
span { border-color: rgb(73,207,191); }
td.TdClassName
{
border-color: #49CFBF;
}
.TagClassName
{
border-color: #49CFBF;
}
</style>