Html Css Color HEX #4EDAC2 Medium Turquoise

📋 copy color: '#4EDAC2'

red 78 ◦ green 218 ◦ blue 194

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

Shades of Medium Turquoise #4EDAC2

Tints of Medium Turquoise #4EDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 15.92%
G = 44.49%
B = 39.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#4EDAC2 (or 0x4EDAC2) is known color: Medium Turquoise. HEX triplet: 4E, DA and C2. RGB value is (78,218,194). Sum of RGB (Red+Green+Blue) = 78+218+194=490 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.92% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAC2 is #B1253D. Grayscale: #ADADAD. Windows color (decimal): -11609406 or 12769870. OLE color: 12769870.

HSL color Cylindrical-coordinate representation of color #4EDAC2: hue angle of 169.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDAC2 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 218 194 -
CMYK 0.64 0 0.11 0.15
HSL 169.71º 0.65% 0.58% -
HSV(B) 169.71º 0.64% 0.85% -
XYZ 37.95 55.66 59.78 -
YUV 173.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 78 218 194 0.64 0 0.11 0.15 169.71 0.65 0.58
Hex 4E DA C2 40 0 B F AA 41 3A
Octal 116 332 302 100 0 13 17 252 101 72
Binary 1001110 11011010 11000010 1000000 0 1011 1111 10101010 1000001 111010

Color Harmonies of #4EDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDAC2

Black with #4EDAC2

Text Example


Text Example

White with #4EDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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