Shades of Medium Turquoise #4FDDBF
Tints of Medium Turquoise #4FDDBF
RGB
CMYK
RGB Variations
Color information
#4FDDBF (or 0x4FDDBF) is known color: Medium Turquoise. HEX triplet: 4F, DD and BF. RGB value is (79,221,191). Sum of RGB (Red+Green+Blue) = 79+221+191=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDBF is #B02240. Grayscale: #AFAFAF. Windows color (decimal): -11543105 or 12574031. OLE color: 12574031.
HSL color Cylindrical-coordinate representation of color #4FDDBF: hue angle of 167.32º 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 #4FDDBF is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 191 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.13 |
| HSL | 167.32º | 0.68% | 0.59% | - |
| HSV(B) | 167.32º | 0.64% | 0.87% | - |
| XYZ | 38.48 | 57.14 | 58.29 | - |
| YUV | 175.12 | 136.96 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 191 | 0.64 | 0 | 0.14 | 0.13 | 167.32 | 0.68 | 0.59 |
| Hex | 4F | DD | BF | 40 | 0 | E | D | A7 | 44 | 3B |
| Octal | 117 | 335 | 277 | 100 | 0 | 16 | 15 | 247 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10111111 | 1000000 | 0 | 1110 | 1101 | 10100111 | 1000100 | 111011 |
Color Harmonies of #4FDDBF
Complementary color
Monochromatic Colors of #4FDDBF
Black with #4FDDBF
Text Example
Text Example
White with #4FDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDBF; }
p { color: rgb(79,221,191); }
H1.HeaderClassName
{
color: #4FDDBF;
}
.AnyTagClassName
{
color: #4FDDBF;
}
</style>
background-color css
<style>
a { background-color: #4FDDBF; }
a { background-color: rgb(79,221,191); }
div.DivClassName
{
background-color: #4FDDBF;
}
.BgClassName
{
background-color: #4FDDBF;
}
</style>
border-color css
<style>
span { border-color: #4FDDBF; }
span { border-color: rgb(79,221,191); }
td.TdClassName
{
border-color: #4FDDBF;
}
.TagClassName
{
border-color: #4FDDBF;
}
</style>