Shades of Medium Turquoise #4FDAC2
Tints of Medium Turquoise #4FDAC2
RGB
CMYK
RGB Variations
Color information
#4FDAC2 (or 0x4FDAC2) is known color: Medium Turquoise. HEX triplet: 4F, DA and C2. RGB value is (79,218,194). Sum of RGB (Red+Green+Blue) = 79+218+194=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDAC2 is #B0253D. Grayscale: #ADADAD. Windows color (decimal): -11543870 or 12769871. OLE color: 12769871.
HSL color Cylindrical-coordinate representation of color #4FDAC2: hue angle of 169.64º 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 #4FDAC2 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 194 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.15 |
| HSL | 169.64º | 0.65% | 0.58% | - |
| HSV(B) | 169.64º | 0.64% | 0.85% | - |
| XYZ | 38.03 | 55.7 | 59.79 | - |
| YUV | 173.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 194 | 0.64 | 0 | 0.11 | 0.15 | 169.64 | 0.65 | 0.58 |
| Hex | 4F | DA | C2 | 40 | 0 | B | F | AA | 41 | 3A |
| Octal | 117 | 332 | 302 | 100 | 0 | 13 | 17 | 252 | 101 | 72 |
| Binary | 1001111 | 11011010 | 11000010 | 1000000 | 0 | 1011 | 1111 | 10101010 | 1000001 | 111010 |
Color Harmonies of #4FDAC2
Complementary color
Monochromatic Colors of #4FDAC2
Black with #4FDAC2
Text Example
Text Example
White with #4FDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDAC2; }
p { color: rgb(79,218,194); }
H1.HeaderClassName
{
color: #4FDAC2;
}
.AnyTagClassName
{
color: #4FDAC2;
}
</style>
background-color css
<style>
a { background-color: #4FDAC2; }
a { background-color: rgb(79,218,194); }
div.DivClassName
{
background-color: #4FDAC2;
}
.BgClassName
{
background-color: #4FDAC2;
}
</style>
border-color css
<style>
span { border-color: #4FDAC2; }
span { border-color: rgb(79,218,194); }
td.TdClassName
{
border-color: #4FDAC2;
}
.TagClassName
{
border-color: #4FDAC2;
}
</style>