Shades of Medium Turquoise #4FC5BC
Tints of Medium Turquoise #4FC5BC
RGB
CMYK
RGB Variations
Color information
#4FC5BC (or 0x4FC5BC) is known color: Medium Turquoise. HEX triplet: 4F, C5 and BC. RGB value is (79,197,188). Sum of RGB (Red+Green+Blue) = 79+197+188=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC5BC is #B03A43. Grayscale: #A0A0A0. Windows color (decimal): -11549252 or 12371279. OLE color: 12371279.
HSL color Cylindrical-coordinate representation of color #4FC5BC: hue angle of 175.42º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC5BC is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 188 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.23 |
| HSL | 175.42º | 0.5% | 0.54% | - |
| HSV(B) | 175.42º | 0.6% | 0.77% | - |
| XYZ | 32.27 | 45.23 | 54.61 | - |
| YUV | 160.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 188 | 0.60 | 0 | 0.05 | 0.23 | 175.42 | 0.5 | 0.54 |
| Hex | 4F | C5 | BC | 3C | 0 | 5 | 17 | AF | 32 | 36 |
| Octal | 117 | 305 | 274 | 74 | 0 | 5 | 27 | 257 | 62 | 66 |
| Binary | 1001111 | 11000101 | 10111100 | 111100 | 0 | 101 | 10111 | 10101111 | 110010 | 110110 |
Color Harmonies of #4FC5BC
Complementary color
Monochromatic Colors of #4FC5BC
Black with #4FC5BC
Text Example
Text Example
White with #4FC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC5BC; }
p { color: rgb(79,197,188); }
H1.HeaderClassName
{
color: #4FC5BC;
}
.AnyTagClassName
{
color: #4FC5BC;
}
</style>
background-color css
<style>
a { background-color: #4FC5BC; }
a { background-color: rgb(79,197,188); }
div.DivClassName
{
background-color: #4FC5BC;
}
.BgClassName
{
background-color: #4FC5BC;
}
</style>
border-color css
<style>
span { border-color: #4FC5BC; }
span { border-color: rgb(79,197,188); }
td.TdClassName
{
border-color: #4FC5BC;
}
.TagClassName
{
border-color: #4FC5BC;
}
</style>