Shades of Medium Turquoise #49CFC5
Tints of Medium Turquoise #49CFC5
RGB
CMYK
RGB Variations
Color information
#49CFC5 (or 0x49CFC5) is known color: Medium Turquoise. HEX triplet: 49, CF and C5. RGB value is (73,207,197). Sum of RGB (Red+Green+Blue) = 73+207+197=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFC5 is #B6303A. Grayscale: #A5A5A5. Windows color (decimal): -11939899 or 12963657. OLE color: 12963657.
HSL color Cylindrical-coordinate representation of color #49CFC5: hue angle of 175.52º 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 #49CFC5 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 197 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.19 |
| HSL | 175.52º | 0.58% | 0.55% | - |
| HSV(B) | 175.52º | 0.65% | 0.81% | - |
| XYZ | 35.14 | 50.07 | 60.64 | - |
| YUV | 165.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 197 | 0.65 | 0 | 0.05 | 0.19 | 175.52 | 0.58 | 0.55 |
| Hex | 49 | CF | C5 | 41 | 0 | 5 | 13 | B0 | 3A | 37 |
| Octal | 111 | 317 | 305 | 101 | 0 | 5 | 23 | 260 | 72 | 67 |
| Binary | 1001001 | 11001111 | 11000101 | 1000001 | 0 | 101 | 10011 | 10110000 | 111010 | 110111 |
Color Harmonies of #49CFC5
Complementary color
Monochromatic Colors of #49CFC5
Black with #49CFC5
Text Example
Text Example
White with #49CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFC5; }
p { color: rgb(73,207,197); }
H1.HeaderClassName
{
color: #49CFC5;
}
.AnyTagClassName
{
color: #49CFC5;
}
</style>
background-color css
<style>
a { background-color: #49CFC5; }
a { background-color: rgb(73,207,197); }
div.DivClassName
{
background-color: #49CFC5;
}
.BgClassName
{
background-color: #49CFC5;
}
</style>
border-color css
<style>
span { border-color: #49CFC5; }
span { border-color: rgb(73,207,197); }
td.TdClassName
{
border-color: #49CFC5;
}
.TagClassName
{
border-color: #49CFC5;
}
</style>