Shades of Medium Turquoise #4FDABC
Tints of Medium Turquoise #4FDABC
RGB
CMYK
RGB Variations
Color information
#4FDABC (or 0x4FDABC) is known color: Medium Turquoise. HEX triplet: 4F, DA and BC. RGB value is (79,218,188). Sum of RGB (Red+Green+Blue) = 79+218+188=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDABC is #B02543. Grayscale: #ADADAD. Windows color (decimal): -11543876 or 12376655. OLE color: 12376655.
HSL color Cylindrical-coordinate representation of color #4FDABC: hue angle of 167.05º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDABC is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 188 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.15 |
| HSL | 167.05º | 0.65% | 0.58% | - |
| HSV(B) | 167.05º | 0.64% | 0.85% | - |
| XYZ | 37.37 | 55.44 | 56.31 | - |
| YUV | 173.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 188 | 0.64 | 0 | 0.14 | 0.15 | 167.05 | 0.65 | 0.58 |
| Hex | 4F | DA | BC | 40 | 0 | E | F | A7 | 41 | 3A |
| Octal | 117 | 332 | 274 | 100 | 0 | 16 | 17 | 247 | 101 | 72 |
| Binary | 1001111 | 11011010 | 10111100 | 1000000 | 0 | 1110 | 1111 | 10100111 | 1000001 | 111010 |
Color Harmonies of #4FDABC
Complementary color
Monochromatic Colors of #4FDABC
Black with #4FDABC
Text Example
Text Example
White with #4FDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDABC; }
p { color: rgb(79,218,188); }
H1.HeaderClassName
{
color: #4FDABC;
}
.AnyTagClassName
{
color: #4FDABC;
}
</style>
background-color css
<style>
a { background-color: #4FDABC; }
a { background-color: rgb(79,218,188); }
div.DivClassName
{
background-color: #4FDABC;
}
.BgClassName
{
background-color: #4FDABC;
}
</style>
border-color css
<style>
span { border-color: #4FDABC; }
span { border-color: rgb(79,218,188); }
td.TdClassName
{
border-color: #4FDABC;
}
.TagClassName
{
border-color: #4FDABC;
}
</style>