Shades of Medium Turquoise #4FDBDA
Tints of Medium Turquoise #4FDBDA
RGB
CMYK
RGB Variations
Color information
#4FDBDA (or 0x4FDBDA) is known color: Medium Turquoise. HEX triplet: 4F, DB and DA. RGB value is (79,219,218). Sum of RGB (Red+Green+Blue) = 79+219+218=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDBDA is #B02425. Grayscale: #B0B0B0. Windows color (decimal): -11543590 or 14342991. OLE color: 14342991.
HSL color Cylindrical-coordinate representation of color #4FDBDA: hue angle of 179.57º 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 #4FDBDA is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 218 | - |
| CMYK | 0.64 | 0 | 0.00 | 0.14 |
| HSL | 179.57º | 0.66% | 0.58% | - |
| HSV(B) | 179.57º | 0.64% | 0.86% | - |
| XYZ | 41.21 | 57.39 | 75.23 | - |
| YUV | 177.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 218 | 0.64 | 0 | 0.00 | 0.14 | 179.57 | 0.66 | 0.58 |
| Hex | 4F | DB | DA | 40 | 0 | 0 | E | B4 | 42 | 3A |
| Octal | 117 | 333 | 332 | 100 | 0 | 0 | 16 | 264 | 102 | 72 |
| Binary | 1001111 | 11011011 | 11011010 | 1000000 | 0 | 0 | 1110 | 10110100 | 1000010 | 111010 |
Color Harmonies of #4FDBDA
Complementary color
Monochromatic Colors of #4FDBDA
Black with #4FDBDA
Text Example
Text Example
White with #4FDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBDA; }
p { color: rgb(79,219,218); }
H1.HeaderClassName
{
color: #4FDBDA;
}
.AnyTagClassName
{
color: #4FDBDA;
}
</style>
background-color css
<style>
a { background-color: #4FDBDA; }
a { background-color: rgb(79,219,218); }
div.DivClassName
{
background-color: #4FDBDA;
}
.BgClassName
{
background-color: #4FDBDA;
}
</style>
border-color css
<style>
span { border-color: #4FDBDA; }
span { border-color: rgb(79,219,218); }
td.TdClassName
{
border-color: #4FDBDA;
}
.TagClassName
{
border-color: #4FDBDA;
}
</style>