#4fcedc

Color #4FCEDC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4FCEDC

Tints of Medium Turquoise #4FCEDC

Color information

#4FCEDC (or 0x4FCEDC) is unknown color: approx 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

RGB79206220-
CMYK0.640.0600.14
HSL185.96º66.82%58.63%-
HSV(B)185.96º64.09%86.27%-
XYZ38.2150.9775.53-
YUV169.62156.4263.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 15.64%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=15.64%
G=40.79%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal792062200.640.0600.14185.9666.8258.63
Hex4FCEDC4060Eba433b
Octal117316334100601627210373
Binary10011111100111011011100100000011001110101110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fcedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>