Shades of Medium Turquoise #4FDCE0
Tints of Medium Turquoise #4FDCE0
RGB
CMYK
RGB Variations
Color information
#4FDCE0 (or 0x4FDCE0) is known color: Medium Turquoise. HEX triplet: 4F, DC and E0. RGB value is (79,220,224). Sum of RGB (Red+Green+Blue) = 79+220+224=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FDCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCE0 is #B0231F. Grayscale: #B2B2B2. Windows color (decimal): -11543328 or 14736463. OLE color: 14736463.
HSL color Cylindrical-coordinate representation of color #4FDCE0: hue angle of 181.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDCE0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 220 | 224 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.12 |
| HSL | 181.66º | 0.7% | 0.59% | - |
| HSV(B) | 181.66º | 0.65% | 0.88% | - |
| XYZ | 42.27 | 58.23 | 79.53 | - |
| YUV | 178.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 224 | 0.65 | 0.02 | 0 | 0.12 | 181.66 | 0.7 | 0.59 |
| Hex | 4F | DC | E0 | 41 | 2 | 0 | C | B6 | 46 | 3B |
| Octal | 117 | 334 | 340 | 101 | 2 | 0 | 14 | 266 | 106 | 73 |
| Binary | 1001111 | 11011100 | 11100000 | 1000001 | 10 | 0 | 1100 | 10110110 | 1000110 | 111011 |
Color Harmonies of #4FDCE0
Complementary color
Monochromatic Colors of #4FDCE0
Black with #4FDCE0
Text Example
Text Example
White with #4FDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCE0; }
p { color: rgb(79,220,224); }
H1.HeaderClassName
{
color: #4FDCE0;
}
.AnyTagClassName
{
color: #4FDCE0;
}
</style>
background-color css
<style>
a { background-color: #4FDCE0; }
a { background-color: rgb(79,220,224); }
div.DivClassName
{
background-color: #4FDCE0;
}
.BgClassName
{
background-color: #4FDCE0;
}
</style>
border-color css
<style>
span { border-color: #4FDCE0; }
span { border-color: rgb(79,220,224); }
td.TdClassName
{
border-color: #4FDCE0;
}
.TagClassName
{
border-color: #4FDCE0;
}
</style>