Shades of Medium Turquoise #4FDDC0
Tints of Medium Turquoise #4FDDC0
RGB
CMYK
RGB Variations
Color information
#4FDDC0 (or 0x4FDDC0) is known color: Medium Turquoise. HEX triplet: 4F, DD and C0. RGB value is (79,221,192). Sum of RGB (Red+Green+Blue) = 79+221+192=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDC0 is #B0223F. Grayscale: #AFAFAF. Windows color (decimal): -11543104 or 12639567. OLE color: 12639567.
HSL color Cylindrical-coordinate representation of color #4FDDC0: hue angle of 167.75º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDC0 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 192 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.13 |
| HSL | 167.75º | 0.68% | 0.59% | - |
| HSV(B) | 167.75º | 0.64% | 0.87% | - |
| XYZ | 38.6 | 57.18 | 58.87 | - |
| YUV | 175.24 | 137.46 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 192 | 0.64 | 0 | 0.13 | 0.13 | 167.75 | 0.68 | 0.59 |
| Hex | 4F | DD | C0 | 40 | 0 | D | D | A8 | 44 | 3B |
| Octal | 117 | 335 | 300 | 100 | 0 | 15 | 15 | 250 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11000000 | 1000000 | 0 | 1101 | 1101 | 10101000 | 1000100 | 111011 |
Color Harmonies of #4FDDC0
Complementary color
Monochromatic Colors of #4FDDC0
Black with #4FDDC0
Text Example
Text Example
White with #4FDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDC0; }
p { color: rgb(79,221,192); }
H1.HeaderClassName
{
color: #4FDDC0;
}
.AnyTagClassName
{
color: #4FDDC0;
}
</style>
background-color css
<style>
a { background-color: #4FDDC0; }
a { background-color: rgb(79,221,192); }
div.DivClassName
{
background-color: #4FDDC0;
}
.BgClassName
{
background-color: #4FDDC0;
}
</style>
border-color css
<style>
span { border-color: #4FDDC0; }
span { border-color: rgb(79,221,192); }
td.TdClassName
{
border-color: #4FDDC0;
}
.TagClassName
{
border-color: #4FDDC0;
}
</style>