Shades of Medium Turquoise #4FDDCC
Tints of Medium Turquoise #4FDDCC
RGB
CMYK
RGB Variations
Color information
#4FDDCC (or 0x4FDDCC) is known color: Medium Turquoise. HEX triplet: 4F, DD and CC. RGB value is (79,221,204). Sum of RGB (Red+Green+Blue) = 79+221+204=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDCC is #B02233. Grayscale: #B0B0B0. Windows color (decimal): -11543092 or 13425999. OLE color: 13425999.
HSL color Cylindrical-coordinate representation of color #4FDDCC: hue angle of 172.82º 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 #4FDDCC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 204 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.13 |
| HSL | 172.82º | 0.68% | 0.59% | - |
| HSV(B) | 172.82º | 0.64% | 0.87% | - |
| XYZ | 39.98 | 57.73 | 66.16 | - |
| YUV | 176.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 204 | 0.64 | 0 | 0.08 | 0.13 | 172.82 | 0.68 | 0.59 |
| Hex | 4F | DD | CC | 40 | 0 | 8 | D | AD | 44 | 3B |
| Octal | 117 | 335 | 314 | 100 | 0 | 10 | 15 | 255 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11001100 | 1000000 | 0 | 1000 | 1101 | 10101101 | 1000100 | 111011 |
Color Harmonies of #4FDDCC
Complementary color
Monochromatic Colors of #4FDDCC
Black with #4FDDCC
Text Example
Text Example
White with #4FDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDCC; }
p { color: rgb(79,221,204); }
H1.HeaderClassName
{
color: #4FDDCC;
}
.AnyTagClassName
{
color: #4FDDCC;
}
</style>
background-color css
<style>
a { background-color: #4FDDCC; }
a { background-color: rgb(79,221,204); }
div.DivClassName
{
background-color: #4FDDCC;
}
.BgClassName
{
background-color: #4FDDCC;
}
</style>
border-color css
<style>
span { border-color: #4FDDCC; }
span { border-color: rgb(79,221,204); }
td.TdClassName
{
border-color: #4FDDCC;
}
.TagClassName
{
border-color: #4FDDCC;
}
</style>