Shades of Medium Turquoise #4FDDBD
Tints of Medium Turquoise #4FDDBD
RGB
CMYK
RGB Variations
Color information
#4FDDBD (or 0x4FDDBD) is known color: Medium Turquoise. HEX triplet: 4F, DD and BD. RGB value is (79,221,189). Sum of RGB (Red+Green+Blue) = 79+221+189=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDBD is #B02242. Grayscale: #AEAEAE. Windows color (decimal): -11543107 or 12442959. OLE color: 12442959.
HSL color Cylindrical-coordinate representation of color #4FDDBD: hue angle of 166.48º 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 #4FDDBD is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 189 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.13 |
| HSL | 166.48º | 0.68% | 0.59% | - |
| HSV(B) | 166.48º | 0.64% | 0.87% | - |
| XYZ | 38.27 | 57.05 | 57.14 | - |
| YUV | 174.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 189 | 0.64 | 0 | 0.14 | 0.13 | 166.48 | 0.68 | 0.59 |
| Hex | 4F | DD | BD | 40 | 0 | E | D | A6 | 44 | 3B |
| Octal | 117 | 335 | 275 | 100 | 0 | 16 | 15 | 246 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10111101 | 1000000 | 0 | 1110 | 1101 | 10100110 | 1000100 | 111011 |
Color Harmonies of #4FDDBD
Complementary color
Monochromatic Colors of #4FDDBD
Black with #4FDDBD
Text Example
Text Example
White with #4FDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDBD; }
p { color: rgb(79,221,189); }
H1.HeaderClassName
{
color: #4FDDBD;
}
.AnyTagClassName
{
color: #4FDDBD;
}
</style>
background-color css
<style>
a { background-color: #4FDDBD; }
a { background-color: rgb(79,221,189); }
div.DivClassName
{
background-color: #4FDDBD;
}
.BgClassName
{
background-color: #4FDDBD;
}
</style>
border-color css
<style>
span { border-color: #4FDDBD; }
span { border-color: rgb(79,221,189); }
td.TdClassName
{
border-color: #4FDDBD;
}
.TagClassName
{
border-color: #4FDDBD;
}
</style>