#4ED8E3

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

Shades of Medium Turquoise #4ED8E3

Tints of Medium Turquoise #4ED8E3

Color information

#4ED8E3 (or 0x4ED8E3) is unknown color: approx Medium Turquoise. HEX triplet: 4E, D8 and E3. RGB value is (78,216,227). Sum of RGB (Red+Green+Blue) = 78+216+227=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #4ED8E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED8E3 is #B1271C. Grayscale: #AFAFAF. Windows color (decimal): -11609885 or 14932046. OLE color: 14932046.

HSL color Cylindrical-coordinate representation of color #4ED8E3: hue angle of 184.43º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ED8E3 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB78216227-
CMYK0.660.0500.11
HSL184.43º72.68%59.8%-
HSV(B)184.43º65.64%89.02%-
XYZ41.5656.2881.35-
YUV175.99156.7858.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.97%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=14.97%
G=41.46%
B=43.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal782162270.660.0500.11184.4372.6859.8
Hex4ED8E34250Bb8493c
Octal116330343102501327011174
Binary10011101101100011100011100001010101011101110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,216,227); }

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

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

 a { background-color: rgb(78,216,227); }

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

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

 span { border-color: rgb(78,216,227); }

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