#4EEDF6

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

Shades of Turquoise Blue #4EEDF6

Tints of Turquoise Blue #4EEDF6

Color information

#4EEDF6 (or 0x4EEDF6) is unknown color: approx Turquoise Blue. HEX triplet: 4E, ED and F6. RGB value is (78,237,246). Sum of RGB (Red+Green+Blue) = 78+237+246=561 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.90% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #4EEDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEDF6 is #B11209. Grayscale: #BEBEBE. Windows color (decimal): -11604490 or 16182606. OLE color: 16182606.

HSL color Cylindrical-coordinate representation of color #4EEDF6: hue angle of 183.21º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EEDF6 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB78237246-
CMYK0.680.0400.04
HSL183.21º90.32%63.53%-
HSV(B)183.21º68.29%96.47%-
XYZ50.0668.8497.84-
YUV190.48159.3247.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.90%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=13.90%
G=42.25%
B=43.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal782372460.680.0400.04183.2190.3263.53
Hex4EEDF644404b75a40
Octal116355366104404267132100
Binary10011101110110111110110100010010001001011011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,237,246); }

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

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

 a { background-color: rgb(78,237,246); }

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

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

 span { border-color: rgb(78,237,246); }

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