Shades of Medium Turquoise #4FDDBE
Tints of Medium Turquoise #4FDDBE
RGB
CMYK
RGB Variations
Color information
#4FDDBE (or 0x4FDDBE) is known color: Medium Turquoise. HEX triplet: 4F, DD and BE. RGB value is (79,221,190). Sum of RGB (Red+Green+Blue) = 79+221+190=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDBE is #B02241. Grayscale: #AEAEAE. Windows color (decimal): -11543106 or 12508495. OLE color: 12508495.
HSL color Cylindrical-coordinate representation of color #4FDDBE: hue angle of 166.9º 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 #4FDDBE is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 190 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.13 |
| HSL | 166.9º | 0.68% | 0.59% | - |
| HSV(B) | 166.9º | 0.64% | 0.87% | - |
| XYZ | 38.38 | 57.09 | 57.71 | - |
| YUV | 175.01 | 136.46 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 190 | 0.64 | 0 | 0.14 | 0.13 | 166.9 | 0.68 | 0.59 |
| Hex | 4F | DD | BE | 40 | 0 | E | D | A7 | 44 | 3B |
| Octal | 117 | 335 | 276 | 100 | 0 | 16 | 15 | 247 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10111110 | 1000000 | 0 | 1110 | 1101 | 10100111 | 1000100 | 111011 |
Color Harmonies of #4FDDBE
Complementary color
Monochromatic Colors of #4FDDBE
Black with #4FDDBE
Text Example
Text Example
White with #4FDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDBE; }
p { color: rgb(79,221,190); }
H1.HeaderClassName
{
color: #4FDDBE;
}
.AnyTagClassName
{
color: #4FDDBE;
}
</style>
background-color css
<style>
a { background-color: #4FDDBE; }
a { background-color: rgb(79,221,190); }
div.DivClassName
{
background-color: #4FDDBE;
}
.BgClassName
{
background-color: #4FDDBE;
}
</style>
border-color css
<style>
span { border-color: #4FDDBE; }
span { border-color: rgb(79,221,190); }
td.TdClassName
{
border-color: #4FDDBE;
}
.TagClassName
{
border-color: #4FDDBE;
}
</style>