Html Css Color HEX #4EDCBA Medium Turquoise

📋 copy color: '#4EDCBA'

red 78 ◦ green 220 ◦ blue 186

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

Shades of Medium Turquoise #4EDCBA

Tints of Medium Turquoise #4EDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 16.12%
G = 45.45%
B = 38.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4EDCBA (or 0x4EDCBA) is known color: Medium Turquoise. HEX triplet: 4E, DC and BA. RGB value is (78,220,186). Sum of RGB (Red+Green+Blue) = 78+220+186=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCBA is #B12345. Grayscale: #ADADAD. Windows color (decimal): -11608902 or 12246094. OLE color: 12246094.

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

Color convert

RGB 78 220 186 -
CMYK 0.65 0 0.15 0.14
HSL 165.63º 0.67% 0.58% -
HSV(B) 165.63º 0.65% 0.86% -
XYZ 37.6 56.35 55.35 -
YUV 173.67 134.96 59.76 -
System Red Green Blue C M Y K H S L
Decimal 78 220 186 0.65 0 0.15 0.14 165.63 0.67 0.58
Hex 4E DC BA 41 0 F E A6 43 3A
Octal 116 334 272 101 0 17 16 246 103 72
Binary 1001110 11011100 10111010 1000001 0 1111 1110 10100110 1000011 111010

Color Harmonies of #4EDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCBA

Black with #4EDCBA

Text Example


Text Example

White with #4EDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,220,186); }

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

background-color css

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

 a { background-color: rgb(78,220,186); }

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

border-color css

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

 span { border-color: rgb(78,220,186); }

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