Shades of Medium Turquoise #4FC6BA
Tints of Medium Turquoise #4FC6BA
RGB
CMYK
RGB Variations
Color information
#4FC6BA (or 0x4FC6BA) is known color: Medium Turquoise. HEX triplet: 4F, C6 and BA. RGB value is (79,198,186). Sum of RGB (Red+Green+Blue) = 79+198+186=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC6BA is #B03945. Grayscale: #A0A0A0. Windows color (decimal): -11548998 or 12240463. OLE color: 12240463.
HSL color Cylindrical-coordinate representation of color #4FC6BA: hue angle of 173.95º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC6BA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 198 | 186 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.22 |
| HSL | 173.95º | 0.51% | 0.54% | - |
| HSV(B) | 173.95º | 0.6% | 0.78% | - |
| XYZ | 32.28 | 45.6 | 53.55 | - |
| YUV | 161.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 198 | 186 | 0.60 | 0 | 0.06 | 0.22 | 173.95 | 0.51 | 0.54 |
| Hex | 4F | C6 | BA | 3C | 0 | 6 | 16 | AE | 33 | 36 |
| Octal | 117 | 306 | 272 | 74 | 0 | 6 | 26 | 256 | 63 | 66 |
| Binary | 1001111 | 11000110 | 10111010 | 111100 | 0 | 110 | 10110 | 10101110 | 110011 | 110110 |
Color Harmonies of #4FC6BA
Complementary color
Monochromatic Colors of #4FC6BA
Black with #4FC6BA
Text Example
Text Example
White with #4FC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC6BA; }
p { color: rgb(79,198,186); }
H1.HeaderClassName
{
color: #4FC6BA;
}
.AnyTagClassName
{
color: #4FC6BA;
}
</style>
background-color css
<style>
a { background-color: #4FC6BA; }
a { background-color: rgb(79,198,186); }
div.DivClassName
{
background-color: #4FC6BA;
}
.BgClassName
{
background-color: #4FC6BA;
}
</style>
border-color css
<style>
span { border-color: #4FC6BA; }
span { border-color: rgb(79,198,186); }
td.TdClassName
{
border-color: #4FC6BA;
}
.TagClassName
{
border-color: #4FC6BA;
}
</style>