Shades of Medium Turquoise #49CFB7
Tints of Medium Turquoise #49CFB7
RGB
CMYK
RGB Variations
Color information
#49CFB7 (or 0x49CFB7) is known color: Medium Turquoise. HEX triplet: 49, CF and B7. RGB value is (73,207,183). Sum of RGB (Red+Green+Blue) = 73+207+183=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFB7 is #B63048. Grayscale: #A4A4A4. Windows color (decimal): -11939913 or 12046153. OLE color: 12046153.
HSL color Cylindrical-coordinate representation of color #49CFB7: hue angle of 169.25º 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 #49CFB7 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 183 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.19 |
| HSL | 169.25º | 0.58% | 0.55% | - |
| HSV(B) | 169.25º | 0.65% | 0.81% | - |
| XYZ | 33.61 | 49.46 | 52.58 | - |
| YUV | 164.2 | 138.61 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 183 | 0.65 | 0 | 0.12 | 0.19 | 169.25 | 0.58 | 0.55 |
| Hex | 49 | CF | B7 | 41 | 0 | C | 13 | A9 | 3A | 37 |
| Octal | 111 | 317 | 267 | 101 | 0 | 14 | 23 | 251 | 72 | 67 |
| Binary | 1001001 | 11001111 | 10110111 | 1000001 | 0 | 1100 | 10011 | 10101001 | 111010 | 110111 |
Color Harmonies of #49CFB7
Complementary color
Monochromatic Colors of #49CFB7
Black with #49CFB7
Text Example
Text Example
White with #49CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFB7; }
p { color: rgb(73,207,183); }
H1.HeaderClassName
{
color: #49CFB7;
}
.AnyTagClassName
{
color: #49CFB7;
}
</style>
background-color css
<style>
a { background-color: #49CFB7; }
a { background-color: rgb(73,207,183); }
div.DivClassName
{
background-color: #49CFB7;
}
.BgClassName
{
background-color: #49CFB7;
}
</style>
border-color css
<style>
span { border-color: #49CFB7; }
span { border-color: rgb(73,207,183); }
td.TdClassName
{
border-color: #49CFB7;
}
.TagClassName
{
border-color: #49CFB7;
}
</style>