Shades of Medium Turquoise #4FDDC5
Tints of Medium Turquoise #4FDDC5
RGB
CMYK
RGB Variations
Color information
#4FDDC5 (or 0x4FDDC5) is known color: Medium Turquoise. HEX triplet: 4F, DD and C5. RGB value is (79,221,197). Sum of RGB (Red+Green+Blue) = 79+221+197=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDC5 is #B0223A. Grayscale: #AFAFAF. Windows color (decimal): -11543099 or 12967247. OLE color: 12967247.
HSL color Cylindrical-coordinate representation of color #4FDDC5: hue angle of 169.86º 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 #4FDDC5 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 197 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.13 |
| HSL | 169.86º | 0.68% | 0.59% | - |
| HSV(B) | 169.86º | 0.64% | 0.87% | - |
| XYZ | 39.16 | 57.41 | 61.84 | - |
| YUV | 175.81 | 139.96 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 197 | 0.64 | 0 | 0.11 | 0.13 | 169.86 | 0.68 | 0.59 |
| Hex | 4F | DD | C5 | 40 | 0 | B | D | AA | 44 | 3B |
| Octal | 117 | 335 | 305 | 100 | 0 | 13 | 15 | 252 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11000101 | 1000000 | 0 | 1011 | 1101 | 10101010 | 1000100 | 111011 |
Color Harmonies of #4FDDC5
Complementary color
Monochromatic Colors of #4FDDC5
Black with #4FDDC5
Text Example
Text Example
White with #4FDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDC5; }
p { color: rgb(79,221,197); }
H1.HeaderClassName
{
color: #4FDDC5;
}
.AnyTagClassName
{
color: #4FDDC5;
}
</style>
background-color css
<style>
a { background-color: #4FDDC5; }
a { background-color: rgb(79,221,197); }
div.DivClassName
{
background-color: #4FDDC5;
}
.BgClassName
{
background-color: #4FDDC5;
}
</style>
border-color css
<style>
span { border-color: #4FDDC5; }
span { border-color: rgb(79,221,197); }
td.TdClassName
{
border-color: #4FDDC5;
}
.TagClassName
{
border-color: #4FDDC5;
}
</style>