Shades of Medium Turquoise #4FDDC1
Tints of Medium Turquoise #4FDDC1
RGB
CMYK
RGB Variations
Color information
#4FDDC1 (or 0x4FDDC1) is known color: Medium Turquoise. HEX triplet: 4F, DD and C1. RGB value is (79,221,193). Sum of RGB (Red+Green+Blue) = 79+221+193=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDC1 is #B0223E. Grayscale: #AFAFAF. Windows color (decimal): -11543103 or 12705103. OLE color: 12705103.
HSL color Cylindrical-coordinate representation of color #4FDDC1: hue angle of 168.17º 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 #4FDDC1 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 193 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.13 |
| HSL | 168.17º | 0.68% | 0.59% | - |
| HSV(B) | 168.17º | 0.64% | 0.87% | - |
| XYZ | 38.71 | 57.23 | 59.46 | - |
| YUV | 175.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 193 | 0.64 | 0 | 0.13 | 0.13 | 168.17 | 0.68 | 0.59 |
| Hex | 4F | DD | C1 | 40 | 0 | D | D | A8 | 44 | 3B |
| Octal | 117 | 335 | 301 | 100 | 0 | 15 | 15 | 250 | 104 | 73 |
| Binary | 1001111 | 11011101 | 11000001 | 1000000 | 0 | 1101 | 1101 | 10101000 | 1000100 | 111011 |
Color Harmonies of #4FDDC1
Complementary color
Monochromatic Colors of #4FDDC1
Black with #4FDDC1
Text Example
Text Example
White with #4FDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDC1; }
p { color: rgb(79,221,193); }
H1.HeaderClassName
{
color: #4FDDC1;
}
.AnyTagClassName
{
color: #4FDDC1;
}
</style>
background-color css
<style>
a { background-color: #4FDDC1; }
a { background-color: rgb(79,221,193); }
div.DivClassName
{
background-color: #4FDDC1;
}
.BgClassName
{
background-color: #4FDDC1;
}
</style>
border-color css
<style>
span { border-color: #4FDDC1; }
span { border-color: rgb(79,221,193); }
td.TdClassName
{
border-color: #4FDDC1;
}
.TagClassName
{
border-color: #4FDDC1;
}
</style>