Shades of Medium Turquoise #4FDDBA
Tints of Medium Turquoise #4FDDBA
RGB
CMYK
RGB Variations
Color information
#4FDDBA (or 0x4FDDBA) is known color: Medium Turquoise. HEX triplet: 4F, DD and BA. RGB value is (79,221,186). Sum of RGB (Red+Green+Blue) = 79+221+186=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDBA is #B02245. Grayscale: #AEAEAE. Windows color (decimal): -11543110 or 12246351. OLE color: 12246351.
HSL color Cylindrical-coordinate representation of color #4FDDBA: hue angle of 165.21º 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 #4FDDBA is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 186 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.13 |
| HSL | 165.21º | 0.68% | 0.59% | - |
| HSV(B) | 165.21º | 0.64% | 0.87% | - |
| XYZ | 37.94 | 56.92 | 55.44 | - |
| YUV | 174.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 186 | 0.64 | 0 | 0.16 | 0.13 | 165.21 | 0.68 | 0.59 |
| Hex | 4F | DD | BA | 40 | 0 | 10 | D | A5 | 44 | 3B |
| Octal | 117 | 335 | 272 | 100 | 0 | 20 | 15 | 245 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10111010 | 1000000 | 0 | 10000 | 1101 | 10100101 | 1000100 | 111011 |
Color Harmonies of #4FDDBA
Complementary color
Monochromatic Colors of #4FDDBA
Black with #4FDDBA
Text Example
Text Example
White with #4FDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDBA; }
p { color: rgb(79,221,186); }
H1.HeaderClassName
{
color: #4FDDBA;
}
.AnyTagClassName
{
color: #4FDDBA;
}
</style>
background-color css
<style>
a { background-color: #4FDDBA; }
a { background-color: rgb(79,221,186); }
div.DivClassName
{
background-color: #4FDDBA;
}
.BgClassName
{
background-color: #4FDDBA;
}
</style>
border-color css
<style>
span { border-color: #4FDDBA; }
span { border-color: rgb(79,221,186); }
td.TdClassName
{
border-color: #4FDDBA;
}
.TagClassName
{
border-color: #4FDDBA;
}
</style>