Shades of Medium Turquoise #4FD9BA
Tints of Medium Turquoise #4FD9BA
RGB
CMYK
RGB Variations
Color information
#4FD9BA (or 0x4FD9BA) is known color: Medium Turquoise. HEX triplet: 4F, D9 and BA. RGB value is (79,217,186). Sum of RGB (Red+Green+Blue) = 79+217+186=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD9BA is #B02645. Grayscale: #ACACAC. Windows color (decimal): -11544134 or 12245327. OLE color: 12245327.
HSL color Cylindrical-coordinate representation of color #4FD9BA: hue angle of 166.52º degrees, saturation: 0.64, 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 #4FD9BA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 186 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.15 |
| HSL | 166.52º | 0.64% | 0.58% | - |
| HSV(B) | 166.52º | 0.64% | 0.85% | - |
| XYZ | 36.9 | 54.83 | 55.09 | - |
| YUV | 172.2 | 135.78 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 186 | 0.64 | 0 | 0.14 | 0.15 | 166.52 | 0.64 | 0.58 |
| Hex | 4F | D9 | BA | 40 | 0 | E | F | A7 | 40 | 3A |
| Octal | 117 | 331 | 272 | 100 | 0 | 16 | 17 | 247 | 100 | 72 |
| Binary | 1001111 | 11011001 | 10111010 | 1000000 | 0 | 1110 | 1111 | 10100111 | 1000000 | 111010 |
Color Harmonies of #4FD9BA
Complementary color
Monochromatic Colors of #4FD9BA
Black with #4FD9BA
Text Example
Text Example
White with #4FD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD9BA; }
p { color: rgb(79,217,186); }
H1.HeaderClassName
{
color: #4FD9BA;
}
.AnyTagClassName
{
color: #4FD9BA;
}
</style>
background-color css
<style>
a { background-color: #4FD9BA; }
a { background-color: rgb(79,217,186); }
div.DivClassName
{
background-color: #4FD9BA;
}
.BgClassName
{
background-color: #4FD9BA;
}
</style>
border-color css
<style>
span { border-color: #4FD9BA; }
span { border-color: rgb(79,217,186); }
td.TdClassName
{
border-color: #4FD9BA;
}
.TagClassName
{
border-color: #4FD9BA;
}
</style>