Html Css Color HEX #4EDAB9 Medium Turquoise

📋 copy color: '#4EDAB9'

red 78 ◦ green 218 ◦ blue 185

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

Shades of Medium Turquoise #4EDAB9

Tints of Medium Turquoise #4EDAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 16.22%
G = 45.32%
B = 38.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#4EDAB9 (or 0x4EDAB9) is known color: Medium Turquoise. HEX triplet: 4E, DA and B9. RGB value is (78,218,185). Sum of RGB (Red+Green+Blue) = 78+218+185=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAB9 is #B12546. Grayscale: #ACACAC. Windows color (decimal): -11609415 or 12180046. OLE color: 12180046.

HSL color Cylindrical-coordinate representation of color #4EDAB9: hue angle of 165.86º 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 #4EDAB9 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 218 185 -
CMYK 0.64 0 0.15 0.15
HSL 165.86º 0.65% 0.58% -
HSV(B) 165.86º 0.64% 0.85% -
XYZ 36.97 55.27 54.62 -
YUV 172.38 135.12 60.68 -
System Red Green Blue C M Y K H S L
Decimal 78 218 185 0.64 0 0.15 0.15 165.86 0.65 0.58
Hex 4E DA B9 40 0 F F A6 41 3A
Octal 116 332 271 100 0 17 17 246 101 72
Binary 1001110 11011010 10111001 1000000 0 1111 1111 10100110 1000001 111010

Color Harmonies of #4EDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDAB9

Black with #4EDAB9

Text Example


Text Example

White with #4EDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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