Shades of Medium Turquoise #4FD9D6
Tints of Medium Turquoise #4FD9D6
RGB
CMYK
RGB Variations
Color information
#4FD9D6 (or 0x4FD9D6) is known color: Medium Turquoise. HEX triplet: 4F, D9 and D6. RGB value is (79,217,214). Sum of RGB (Red+Green+Blue) = 79+217+214=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9D6 is #B02629. Grayscale: #AFAFAF. Windows color (decimal): -11544106 or 14080335. OLE color: 14080335.
HSL color Cylindrical-coordinate representation of color #4FD9D6: hue angle of 178.7º 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 #4FD9D6 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 214 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.15 |
| HSL | 178.7º | 0.64% | 0.58% | - |
| HSV(B) | 178.7º | 0.64% | 0.85% | - |
| XYZ | 40.17 | 56.14 | 72.34 | - |
| YUV | 175.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 214 | 0.64 | 0 | 0.01 | 0.15 | 178.7 | 0.64 | 0.58 |
| Hex | 4F | D9 | D6 | 40 | 0 | 1 | F | B3 | 40 | 3A |
| Octal | 117 | 331 | 326 | 100 | 0 | 1 | 17 | 263 | 100 | 72 |
| Binary | 1001111 | 11011001 | 11010110 | 1000000 | 0 | 1 | 1111 | 10110011 | 1000000 | 111010 |
Color Harmonies of #4FD9D6
Complementary color
Monochromatic Colors of #4FD9D6
Black with #4FD9D6
Text Example
Text Example
White with #4FD9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD9D6; }
p { color: rgb(79,217,214); }
H1.HeaderClassName
{
color: #4FD9D6;
}
.AnyTagClassName
{
color: #4FD9D6;
}
</style>
background-color css
<style>
a { background-color: #4FD9D6; }
a { background-color: rgb(79,217,214); }
div.DivClassName
{
background-color: #4FD9D6;
}
.BgClassName
{
background-color: #4FD9D6;
}
</style>
border-color css
<style>
span { border-color: #4FD9D6; }
span { border-color: rgb(79,217,214); }
td.TdClassName
{
border-color: #4FD9D6;
}
.TagClassName
{
border-color: #4FD9D6;
}
</style>