Html Css Color HEX #4EDADE Medium Turquoise

📋 copy color: '#4EDADE'

red 78 ◦ green 218 ◦ blue 222

#4EDADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4EDADE

Tints of Medium Turquoise #4EDADE

RGB

 RED value IS 78 (30.86% from 255) = 15.06%

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 15.06%
G = 42.08%
B = 42.86%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4EDADE (or 0x4EDADE) is known color: Medium Turquoise. HEX triplet: 4E, DA and DE. RGB value is (78,218,222). Sum of RGB (Red+Green+Blue) = 78+218+222=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EDADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDADE is #B12521. Grayscale: #B0B0B0. Windows color (decimal): -11609378 or 14604878. OLE color: 14604878.

HSL color Cylindrical-coordinate representation of color #4EDADE: hue angle of 181.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDADE is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 218 222 -
CMYK 0.65 0.02 0 0.13
HSL 181.67º 0.69% 0.59% -
HSV(B) 181.67º 0.65% 0.87% -
XYZ 41.4 57.04 77.93 -
YUV 176.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 78 218 222 0.65 0.02 0 0.13 181.67 0.69 0.59
Hex 4E DA DE 41 2 0 D B6 45 3B
Octal 116 332 336 101 2 0 15 266 105 73
Binary 1001110 11011010 11011110 1000001 10 0 1101 10110110 1000101 111011

Color Harmonies of #4EDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDADE

Black with #4EDADE

Text Example


Text Example

White with #4EDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EDADE;
 }
 .AnyTagClassName
 {
   color: #4EDADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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