Html Css Color HEX #4EDCD1 Medium Turquoise

📋 copy color: '#4EDCD1'

red 78 ◦ green 220 ◦ blue 209

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

Shades of Medium Turquoise #4EDCD1

Tints of Medium Turquoise #4EDCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 15.38%
G = 43.39%
B = 41.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#4EDCD1 (or 0x4EDCD1) is known color: Medium Turquoise. HEX triplet: 4E, DC and D1. RGB value is (78,220,209). Sum of RGB (Red+Green+Blue) = 78+220+209=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD1 is #B1232E. Grayscale: #B0B0B0. Windows color (decimal): -11608879 or 13753422. OLE color: 13753422.

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

Color convert

RGB 78 220 209 -
CMYK 0.65 0 0.05 0.14
HSL 175.35º 0.67% 0.58% -
HSV(B) 175.35º 0.65% 0.86% -
XYZ 40.24 57.41 69.28 -
YUV 176.29 146.46 57.89 -
System Red Green Blue C M Y K H S L
Decimal 78 220 209 0.65 0 0.05 0.14 175.35 0.67 0.58
Hex 4E DC D1 41 0 5 E AF 43 3A
Octal 116 334 321 101 0 5 16 257 103 72
Binary 1001110 11011100 11010001 1000001 0 101 1110 10101111 1000011 111010

Color Harmonies of #4EDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCD1

Black with #4EDCD1

Text Example


Text Example

White with #4EDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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