#4edeef

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

Shades of Turquoise Blue #4EDEEF

Tints of Turquoise Blue #4EDEEF

Color information

#4EDEEF (or 0x4EDEEF) is unknown color: approx Turquoise Blue. HEX triplet: 4E, DE and EF. RGB value is (78,222,239). Sum of RGB (Red+Green+Blue) = 78+222+239=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEEF is #B12110. Grayscale: #B4B4B4. Windows color (decimal): -11608337 or 15720014. OLE color: 15720014.

HSL color Cylindrical-coordinate representation of color #4EDEEF: hue angle of 186.34º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDEEF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB78222239-
CMYK0.670.0700.06
HSL186.34º83.42%62.16%-
HSV(B)186.34º67.36%93.73%-
XYZ44.8460.0990.9-
YUV180.88160.7954.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.47%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=14.47%
G=41.19%
B=44.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal782222390.670.0700.06186.3483.4262.16
Hex4EDEEF43706ba533e
Octal11633635710370627212376
Binary1001110110111101110111110000111110110101110101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4edeef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,222,239); }

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

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

 a { background-color: rgb(78,222,239); }

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

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

 span { border-color: rgb(78,222,239); }

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