Html Css Color HEX #4EDCD6 Medium Turquoise

📋 copy color: '#4EDCD6'

red 78 ◦ green 220 ◦ blue 214

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

Shades of Medium Turquoise #4EDCD6

Tints of Medium Turquoise #4EDCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 15.23%
G = 42.97%
B = 41.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#4EDCD6 (or 0x4EDCD6) is known color: Medium Turquoise. HEX triplet: 4E, DC and D6. RGB value is (78,220,214). Sum of RGB (Red+Green+Blue) = 78+220+214=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD6 is #B12329. Grayscale: #B0B0B0. Windows color (decimal): -11608874 or 14081102. OLE color: 14081102.

HSL color Cylindrical-coordinate representation of color #4EDCD6: hue angle of 177.46º 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 #4EDCD6 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 220 214 -
CMYK 0.65 0 0.03 0.14
HSL 177.46º 0.67% 0.58% -
HSV(B) 177.46º 0.65% 0.86% -
XYZ 40.87 57.66 72.59 -
YUV 176.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 78 220 214 0.65 0 0.03 0.14 177.46 0.67 0.58
Hex 4E DC D6 41 0 3 E B1 43 3A
Octal 116 334 326 101 0 3 16 261 103 72
Binary 1001110 11011100 11010110 1000001 0 11 1110 10110001 1000011 111010

Color Harmonies of #4EDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCD6

Black with #4EDCD6

Text Example


Text Example

White with #4EDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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