Shades of Medium Turquoise #4FD7C5
Tints of Medium Turquoise #4FD7C5
RGB
CMYK
RGB Variations
Color information
#4FD7C5 (or 0x4FD7C5) is known color: Medium Turquoise. HEX triplet: 4F, D7 and C5. RGB value is (79,215,197). Sum of RGB (Red+Green+Blue) = 79+215+197=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD7C5 is #B0283A. Grayscale: #ACACAC. Windows color (decimal): -11544635 or 12965711. OLE color: 12965711.
HSL color Cylindrical-coordinate representation of color #4FD7C5: hue angle of 172.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD7C5 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 215 | 197 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.16 |
| HSL | 172.06º | 0.63% | 0.58% | - |
| HSV(B) | 172.06º | 0.63% | 0.84% | - |
| XYZ | 37.6 | 54.29 | 61.32 | - |
| YUV | 172.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 215 | 197 | 0.63 | 0 | 0.08 | 0.16 | 172.06 | 0.63 | 0.58 |
| Hex | 4F | D7 | C5 | 3F | 0 | 8 | 10 | AC | 3F | 3A |
| Octal | 117 | 327 | 305 | 77 | 0 | 10 | 20 | 254 | 77 | 72 |
| Binary | 1001111 | 11010111 | 11000101 | 111111 | 0 | 1000 | 10000 | 10101100 | 111111 | 111010 |
Color Harmonies of #4FD7C5
Complementary color
Monochromatic Colors of #4FD7C5
Black with #4FD7C5
Text Example
Text Example
White with #4FD7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD7C5; }
p { color: rgb(79,215,197); }
H1.HeaderClassName
{
color: #4FD7C5;
}
.AnyTagClassName
{
color: #4FD7C5;
}
</style>
background-color css
<style>
a { background-color: #4FD7C5; }
a { background-color: rgb(79,215,197); }
div.DivClassName
{
background-color: #4FD7C5;
}
.BgClassName
{
background-color: #4FD7C5;
}
</style>
border-color css
<style>
span { border-color: #4FD7C5; }
span { border-color: rgb(79,215,197); }
td.TdClassName
{
border-color: #4FD7C5;
}
.TagClassName
{
border-color: #4FD7C5;
}
</style>