Shades of Medium Turquoise #4FD9D7
Tints of Medium Turquoise #4FD9D7
RGB
CMYK
RGB Variations
Color information
#4FD9D7 (or 0x4FD9D7) is known color: Medium Turquoise. HEX triplet: 4F, D9 and D7. RGB value is (79,217,215). Sum of RGB (Red+Green+Blue) = 79+217+215=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9D7 is #B02628. Grayscale: #AFAFAF. Windows color (decimal): -11544105 or 14145871. OLE color: 14145871.
HSL color Cylindrical-coordinate representation of color #4FD9D7: hue angle of 179.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FD9D7 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 215 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.15 |
| HSL | 179.13º | 0.64% | 0.58% | - |
| HSV(B) | 179.13º | 0.64% | 0.85% | - |
| XYZ | 40.3 | 56.19 | 73.01 | - |
| YUV | 175.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 215 | 0.64 | 0 | 0.01 | 0.15 | 179.13 | 0.64 | 0.58 |
| Hex | 4F | D9 | D7 | 40 | 0 | 1 | F | B3 | 40 | 3A |
| Octal | 117 | 331 | 327 | 100 | 0 | 1 | 17 | 263 | 100 | 72 |
| Binary | 1001111 | 11011001 | 11010111 | 1000000 | 0 | 1 | 1111 | 10110011 | 1000000 | 111010 |
Color Harmonies of #4FD9D7
Complementary color
Monochromatic Colors of #4FD9D7
Black with #4FD9D7
Text Example
Text Example
White with #4FD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD9D7; }
p { color: rgb(79,217,215); }
H1.HeaderClassName
{
color: #4FD9D7;
}
.AnyTagClassName
{
color: #4FD9D7;
}
</style>
background-color css
<style>
a { background-color: #4FD9D7; }
a { background-color: rgb(79,217,215); }
div.DivClassName
{
background-color: #4FD9D7;
}
.BgClassName
{
background-color: #4FD9D7;
}
</style>
border-color css
<style>
span { border-color: #4FD9D7; }
span { border-color: rgb(79,217,215); }
td.TdClassName
{
border-color: #4FD9D7;
}
.TagClassName
{
border-color: #4FD9D7;
}
</style>