Shades of Medium Turquoise #4FDCC1
Tints of Medium Turquoise #4FDCC1
RGB
CMYK
RGB Variations
Color information
#4FDCC1 (or 0x4FDCC1) is known color: Medium Turquoise. HEX triplet: 4F, DC and C1. RGB value is (79,220,193). Sum of RGB (Red+Green+Blue) = 79+220+193=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC1 is #B0233E. Grayscale: #AEAEAE. Windows color (decimal): -11543359 or 12704847. OLE color: 12704847.
HSL color Cylindrical-coordinate representation of color #4FDCC1: hue angle of 168.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCC1 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 193 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.14 |
| HSL | 168.51º | 0.67% | 0.59% | - |
| HSV(B) | 168.51º | 0.64% | 0.86% | - |
| XYZ | 38.44 | 56.7 | 59.37 | - |
| YUV | 174.76 | 138.29 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 193 | 0.64 | 0 | 0.12 | 0.14 | 168.51 | 0.67 | 0.59 |
| Hex | 4F | DC | C1 | 40 | 0 | C | E | A9 | 43 | 3B |
| Octal | 117 | 334 | 301 | 100 | 0 | 14 | 16 | 251 | 103 | 73 |
| Binary | 1001111 | 11011100 | 11000001 | 1000000 | 0 | 1100 | 1110 | 10101001 | 1000011 | 111011 |
Color Harmonies of #4FDCC1
Complementary color
Monochromatic Colors of #4FDCC1
Black with #4FDCC1
Text Example
Text Example
White with #4FDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCC1; }
p { color: rgb(79,220,193); }
H1.HeaderClassName
{
color: #4FDCC1;
}
.AnyTagClassName
{
color: #4FDCC1;
}
</style>
background-color css
<style>
a { background-color: #4FDCC1; }
a { background-color: rgb(79,220,193); }
div.DivClassName
{
background-color: #4FDCC1;
}
.BgClassName
{
background-color: #4FDCC1;
}
</style>
border-color css
<style>
span { border-color: #4FDCC1; }
span { border-color: rgb(79,220,193); }
td.TdClassName
{
border-color: #4FDCC1;
}
.TagClassName
{
border-color: #4FDCC1;
}
</style>