Shades of Medium Turquoise #4FDBBA
Tints of Medium Turquoise #4FDBBA
RGB
CMYK
RGB Variations
Color information
#4FDBBA (or 0x4FDBBA) is known color: Medium Turquoise. HEX triplet: 4F, DB and BA. RGB value is (79,219,186). Sum of RGB (Red+Green+Blue) = 79+219+186=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBBA is #B02445. Grayscale: #ADADAD. Windows color (decimal): -11543622 or 12245839. OLE color: 12245839.
HSL color Cylindrical-coordinate representation of color #4FDBBA: hue angle of 165.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBBA is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 186 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.14 |
| HSL | 165.86º | 0.66% | 0.58% | - |
| HSV(B) | 165.86º | 0.64% | 0.86% | - |
| XYZ | 37.42 | 55.87 | 55.27 | - |
| YUV | 173.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 186 | 0.64 | 0 | 0.15 | 0.14 | 165.86 | 0.66 | 0.58 |
| Hex | 4F | DB | BA | 40 | 0 | F | E | A6 | 42 | 3A |
| Octal | 117 | 333 | 272 | 100 | 0 | 17 | 16 | 246 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10111010 | 1000000 | 0 | 1111 | 1110 | 10100110 | 1000010 | 111010 |
Color Harmonies of #4FDBBA
Complementary color
Monochromatic Colors of #4FDBBA
Black with #4FDBBA
Text Example
Text Example
White with #4FDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBBA; }
p { color: rgb(79,219,186); }
H1.HeaderClassName
{
color: #4FDBBA;
}
.AnyTagClassName
{
color: #4FDBBA;
}
</style>
background-color css
<style>
a { background-color: #4FDBBA; }
a { background-color: rgb(79,219,186); }
div.DivClassName
{
background-color: #4FDBBA;
}
.BgClassName
{
background-color: #4FDBBA;
}
</style>
border-color css
<style>
span { border-color: #4FDBBA; }
span { border-color: rgb(79,219,186); }
td.TdClassName
{
border-color: #4FDBBA;
}
.TagClassName
{
border-color: #4FDBBA;
}
</style>