Shades of Medium Turquoise #4FDABA
Tints of Medium Turquoise #4FDABA
RGB
CMYK
RGB Variations
Color information
#4FDABA (or 0x4FDABA) is known color: Medium Turquoise. HEX triplet: 4F, DA and BA. RGB value is (79,218,186). Sum of RGB (Red+Green+Blue) = 79+218+186=483 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.36% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDABA is #B02545. Grayscale: #ACACAC. Windows color (decimal): -11543878 or 12245583. OLE color: 12245583.
HSL color Cylindrical-coordinate representation of color #4FDABA: hue angle of 166.19º 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 #4FDABA is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 186 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.15 |
| HSL | 166.19º | 0.65% | 0.58% | - |
| HSV(B) | 166.19º | 0.64% | 0.85% | - |
| XYZ | 37.16 | 55.35 | 55.18 | - |
| YUV | 172.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 186 | 0.64 | 0 | 0.15 | 0.15 | 166.19 | 0.65 | 0.58 |
| Hex | 4F | DA | BA | 40 | 0 | F | F | A6 | 41 | 3A |
| Octal | 117 | 332 | 272 | 100 | 0 | 17 | 17 | 246 | 101 | 72 |
| Binary | 1001111 | 11011010 | 10111010 | 1000000 | 0 | 1111 | 1111 | 10100110 | 1000001 | 111010 |
Color Harmonies of #4FDABA
Complementary color
Monochromatic Colors of #4FDABA
Black with #4FDABA
Text Example
Text Example
White with #4FDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDABA; }
p { color: rgb(79,218,186); }
H1.HeaderClassName
{
color: #4FDABA;
}
.AnyTagClassName
{
color: #4FDABA;
}
</style>
background-color css
<style>
a { background-color: #4FDABA; }
a { background-color: rgb(79,218,186); }
div.DivClassName
{
background-color: #4FDABA;
}
.BgClassName
{
background-color: #4FDABA;
}
</style>
border-color css
<style>
span { border-color: #4FDABA; }
span { border-color: rgb(79,218,186); }
td.TdClassName
{
border-color: #4FDABA;
}
.TagClassName
{
border-color: #4FDABA;
}
</style>