Shades of Medium Turquoise #4FDDB9
Tints of Medium Turquoise #4FDDB9
RGB
CMYK
RGB Variations
Color information
#4FDDB9 (or 0x4FDDB9) is known color: Medium Turquoise. HEX triplet: 4F, DD and B9. RGB value is (79,221,185). Sum of RGB (Red+Green+Blue) = 79+221+185=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDB9 is #B02246. Grayscale: #AEAEAE. Windows color (decimal): -11543111 or 12180815. OLE color: 12180815.
HSL color Cylindrical-coordinate representation of color #4FDDB9: hue angle of 164.79º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDB9 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 185 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.13 |
| HSL | 164.79º | 0.68% | 0.59% | - |
| HSV(B) | 164.79º | 0.64% | 0.87% | - |
| XYZ | 37.84 | 56.88 | 54.88 | - |
| YUV | 174.44 | 133.96 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 185 | 0.64 | 0 | 0.16 | 0.13 | 164.79 | 0.68 | 0.59 |
| Hex | 4F | DD | B9 | 40 | 0 | 10 | D | A5 | 44 | 3B |
| Octal | 117 | 335 | 271 | 100 | 0 | 20 | 15 | 245 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10111001 | 1000000 | 0 | 10000 | 1101 | 10100101 | 1000100 | 111011 |
Color Harmonies of #4FDDB9
Complementary color
Monochromatic Colors of #4FDDB9
Black with #4FDDB9
Text Example
Text Example
White with #4FDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDB9; }
p { color: rgb(79,221,185); }
H1.HeaderClassName
{
color: #4FDDB9;
}
.AnyTagClassName
{
color: #4FDDB9;
}
</style>
background-color css
<style>
a { background-color: #4FDDB9; }
a { background-color: rgb(79,221,185); }
div.DivClassName
{
background-color: #4FDDB9;
}
.BgClassName
{
background-color: #4FDDB9;
}
</style>
border-color css
<style>
span { border-color: #4FDDB9; }
span { border-color: rgb(79,221,185); }
td.TdClassName
{
border-color: #4FDDB9;
}
.TagClassName
{
border-color: #4FDDB9;
}
</style>