Html Css Color HEX #4EDAC1 Medium Turquoise

📋 copy color: '#4EDAC1'

red 78 ◦ green 218 ◦ blue 193

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

Shades of Medium Turquoise #4EDAC1

Tints of Medium Turquoise #4EDAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 15.95%
G = 44.58%
B = 39.47%

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

#4EDAC1 (or 0x4EDAC1) is known color: Medium Turquoise. HEX triplet: 4E, DA and C1. RGB value is (78,218,193). Sum of RGB (Red+Green+Blue) = 78+218+193=489 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.95% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAC1 is #B1253E. Grayscale: #ADADAD. Windows color (decimal): -11609407 or 12704334. OLE color: 12704334.

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

Color convert

RGB 78 218 193 -
CMYK 0.64 0 0.11 0.15
HSL 169.29º 0.65% 0.58% -
HSV(B) 169.29º 0.64% 0.85% -
XYZ 37.84 55.61 59.19 -
YUV 173.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 78 218 193 0.64 0 0.11 0.15 169.29 0.65 0.58
Hex 4E DA C1 40 0 B F A9 41 3A
Octal 116 332 301 100 0 13 17 251 101 72
Binary 1001110 11011010 11000001 1000000 0 1011 1111 10101001 1000001 111010

Color Harmonies of #4EDAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDAC1

Black with #4EDAC1

Text Example


Text Example

White with #4EDAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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