#4EDBEA

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

Shades of Turquoise Blue #4EDBEA

Tints of Turquoise Blue #4EDBEA

Color information

#4EDBEA (or 0x4EDBEA) is unknown color: approx Turquoise Blue. HEX triplet: 4E, DB and EA. RGB value is (78,219,234). Sum of RGB (Red+Green+Blue) = 78+219+234=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #4EDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDBEA is #B12415. Grayscale: #B2B2B2. Windows color (decimal): -11609110 or 15391566. OLE color: 15391566.

HSL color Cylindrical-coordinate representation of color #4EDBEA: hue angle of 185.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDBEA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB78219234-
CMYK0.670.0600.08
HSL185.77º78.79%61.18%-
HSV(B)185.77º66.67%91.76%-
XYZ43.3258.2286.8-
YUV178.55159.2956.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.69%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=14.69%
G=41.24%
B=44.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal782192340.670.0600.08185.7778.7961.18
Hex4EDBEA43608ba4f3d
Octal116333352103601027211775
Binary10011101101101111101010100001111001000101110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,219,234); }

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

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

 a { background-color: rgb(78,219,234); }

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

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

 span { border-color: rgb(78,219,234); }

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