Shades of Medium Turquoise #4FCEDC
Tints of Medium Turquoise #4FCEDC
RGB
CMYK
RGB Variations
Color information
#4FCEDC (or 0x4FCEDC) is known color: Medium Turquoise. HEX triplet: 4F, CE and DC. RGB value is (79,206,220). Sum of RGB (Red+Green+Blue) = 79+206+220=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEDC is #B03123. Grayscale: #A9A9A9. Windows color (decimal): -11546916 or 14470735. OLE color: 14470735.
HSL color Cylindrical-coordinate representation of color #4FCEDC: hue angle of 185.96º 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 #4FCEDC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 206 | 220 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.14 |
| HSL | 185.96º | 0.67% | 0.59% | - |
| HSV(B) | 185.96º | 0.64% | 0.86% | - |
| XYZ | 38.21 | 50.97 | 75.53 | - |
| YUV | 169.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 220 | 0.64 | 0.06 | 0 | 0.14 | 185.96 | 0.67 | 0.59 |
| Hex | 4F | CE | DC | 40 | 6 | 0 | E | BA | 43 | 3B |
| Octal | 117 | 316 | 334 | 100 | 6 | 0 | 16 | 272 | 103 | 73 |
| Binary | 1001111 | 11001110 | 11011100 | 1000000 | 110 | 0 | 1110 | 10111010 | 1000011 | 111011 |
Color Harmonies of #4FCEDC
Complementary color
Monochromatic Colors of #4FCEDC
Black with #4FCEDC
Text Example
Text Example
White with #4FCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEDC; }
p { color: rgb(79,206,220); }
H1.HeaderClassName
{
color: #4FCEDC;
}
.AnyTagClassName
{
color: #4FCEDC;
}
</style>
background-color css
<style>
a { background-color: #4FCEDC; }
a { background-color: rgb(79,206,220); }
div.DivClassName
{
background-color: #4FCEDC;
}
.BgClassName
{
background-color: #4FCEDC;
}
</style>
border-color css
<style>
span { border-color: #4FCEDC; }
span { border-color: rgb(79,206,220); }
td.TdClassName
{
border-color: #4FCEDC;
}
.TagClassName
{
border-color: #4FCEDC;
}
</style>