Shades of Medium Turquoise #4FC6BC
Tints of Medium Turquoise #4FC6BC
RGB
CMYK
RGB Variations
Color information
#4FC6BC (or 0x4FC6BC) is known color: Medium Turquoise. HEX triplet: 4F, C6 and BC. RGB value is (79,198,188). Sum of RGB (Red+Green+Blue) = 79+198+188=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #4FC6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC6BC is #B03943. Grayscale: #A1A1A1. Windows color (decimal): -11548996 or 12371535. OLE color: 12371535.
HSL color Cylindrical-coordinate representation of color #4FC6BC: hue angle of 174.96º 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 #4FC6BC is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 198 | 188 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.22 |
| HSL | 174.96º | 0.51% | 0.54% | - |
| HSV(B) | 174.96º | 0.6% | 0.78% | - |
| XYZ | 32.5 | 45.68 | 54.68 | - |
| YUV | 161.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 198 | 188 | 0.60 | 0 | 0.05 | 0.22 | 174.96 | 0.51 | 0.54 |
| Hex | 4F | C6 | BC | 3C | 0 | 5 | 16 | AF | 33 | 36 |
| Octal | 117 | 306 | 274 | 74 | 0 | 5 | 26 | 257 | 63 | 66 |
| Binary | 1001111 | 11000110 | 10111100 | 111100 | 0 | 101 | 10110 | 10101111 | 110011 | 110110 |
Color Harmonies of #4FC6BC
Complementary color
Monochromatic Colors of #4FC6BC
Black with #4FC6BC
Text Example
Text Example
White with #4FC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC6BC; }
p { color: rgb(79,198,188); }
H1.HeaderClassName
{
color: #4FC6BC;
}
.AnyTagClassName
{
color: #4FC6BC;
}
</style>
background-color css
<style>
a { background-color: #4FC6BC; }
a { background-color: rgb(79,198,188); }
div.DivClassName
{
background-color: #4FC6BC;
}
.BgClassName
{
background-color: #4FC6BC;
}
</style>
border-color css
<style>
span { border-color: #4FC6BC; }
span { border-color: rgb(79,198,188); }
td.TdClassName
{
border-color: #4FC6BC;
}
.TagClassName
{
border-color: #4FC6BC;
}
</style>