#4EDAE1

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

Shades of Medium Turquoise #4EDAE1

Tints of Medium Turquoise #4EDAE1

Color information

#4EDAE1 (or 0x4EDAE1) is unknown color: approx Medium Turquoise. HEX triplet: 4E, DA and E1. RGB value is (78,218,225). Sum of RGB (Red+Green+Blue) = 78+218+225=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #4EDAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAE1 is #B1251E. Grayscale: #B0B0B0. Windows color (decimal): -11609375 or 14801486. OLE color: 14801486.

HSL color Cylindrical-coordinate representation of color #4EDAE1: hue angle of 182.86º degrees, saturation: 0.71, 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 #4EDAE1 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB78218225-
CMYK0.650.0300.12
HSL182.86º71.01%59.41%-
HSV(B)182.86º65.33%88.24%-
XYZ41.857.280.07-
YUV176.94155.1257.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.97%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=14.97%
G=41.84%
B=43.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal782182250.650.0300.12182.8671.0159.41
Hex4EDAE14130Cb7473b
Octal116332341101301426710773
Binary1001110110110101110000110000011101100101101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EDAE1; }

 p { color: rgb(78,218,225); }

 H1.HeaderClassName
 {
   color: #4EDAE1;
 }
 .AnyTagClassName
 {
   color: #4EDAE1;
 }
</style>
background-color css

<style>
 a { background-color: #4EDAE1; }

 a { background-color: rgb(78,218,225); }

 div.DivClassName
 {
   background-color: #4EDAE1;
 }
 .BgClassName
 {
   background-color: #4EDAE1;
 }
</style>
border-color css

<style>
 span { border-color: #4EDAE1; }

 span { border-color: rgb(78,218,225); }

 td.TdClassName
 {
   border-color: #4EDAE1;
 }
 .TagClassName
 {
   border-color: #4EDAE1;
 }
</style>