Html Css Color HEX #4EDCD2 Medium Turquoise

📋 copy color: '#4EDCD2'

red 78 ◦ green 220 ◦ blue 210

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

Shades of Medium Turquoise #4EDCD2

Tints of Medium Turquoise #4EDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.34%

R = 15.35%
G = 43.31%
B = 41.34%

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

#4EDCD2 (or 0x4EDCD2) is known color: Medium Turquoise. HEX triplet: 4E, DC and D2. RGB value is (78,220,210). Sum of RGB (Red+Green+Blue) = 78+220+210=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD2 is #B1232D. Grayscale: #B0B0B0. Windows color (decimal): -11608878 or 13818958. OLE color: 13818958.

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

Color convert

RGB 78 220 210 -
CMYK 0.65 0 0.05 0.14
HSL 175.77º 0.67% 0.58% -
HSV(B) 175.77º 0.65% 0.86% -
XYZ 40.37 57.46 69.94 -
YUV 176.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 78 220 210 0.65 0 0.05 0.14 175.77 0.67 0.58
Hex 4E DC D2 41 0 5 E B0 43 3A
Octal 116 334 322 101 0 5 16 260 103 72
Binary 1001110 11011100 11010010 1000001 0 101 1110 10110000 1000011 111010

Color Harmonies of #4EDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCD2

Black with #4EDCD2

Text Example


Text Example

White with #4EDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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