Shades of Medium Turquoise #4FDACC
Tints of Medium Turquoise #4FDACC
RGB
CMYK
RGB Variations
Color information
#4FDACC (or 0x4FDACC) is known color: Medium Turquoise. HEX triplet: 4F, DA and CC. RGB value is (79,218,204). Sum of RGB (Red+Green+Blue) = 79+218+204=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDACC is #B02533. Grayscale: #AEAEAE. Windows color (decimal): -11543860 or 13425231. OLE color: 13425231.
HSL color Cylindrical-coordinate representation of color #4FDACC: hue angle of 173.96º 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 #4FDACC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 204 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.15 |
| HSL | 173.96º | 0.65% | 0.58% | - |
| HSV(B) | 173.96º | 0.64% | 0.85% | - |
| XYZ | 39.19 | 56.16 | 65.9 | - |
| YUV | 174.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 204 | 0.64 | 0 | 0.06 | 0.15 | 173.96 | 0.65 | 0.58 |
| Hex | 4F | DA | CC | 40 | 0 | 6 | F | AE | 41 | 3A |
| Octal | 117 | 332 | 314 | 100 | 0 | 6 | 17 | 256 | 101 | 72 |
| Binary | 1001111 | 11011010 | 11001100 | 1000000 | 0 | 110 | 1111 | 10101110 | 1000001 | 111010 |
Color Harmonies of #4FDACC
Complementary color
Monochromatic Colors of #4FDACC
Black with #4FDACC
Text Example
Text Example
White with #4FDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDACC; }
p { color: rgb(79,218,204); }
H1.HeaderClassName
{
color: #4FDACC;
}
.AnyTagClassName
{
color: #4FDACC;
}
</style>
background-color css
<style>
a { background-color: #4FDACC; }
a { background-color: rgb(79,218,204); }
div.DivClassName
{
background-color: #4FDACC;
}
.BgClassName
{
background-color: #4FDACC;
}
</style>
border-color css
<style>
span { border-color: #4FDACC; }
span { border-color: rgb(79,218,204); }
td.TdClassName
{
border-color: #4FDACC;
}
.TagClassName
{
border-color: #4FDACC;
}
</style>