Html Css Color HEX #4EDCD3 Medium Turquoise

📋 copy color: '#4EDCD3'

red 78 ◦ green 220 ◦ blue 211

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

Shades of Medium Turquoise #4EDCD3

Tints of Medium Turquoise #4EDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.45%

R = 15.32%
G = 43.22%
B = 41.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#4EDCD3 (or 0x4EDCD3) is known color: Medium Turquoise. HEX triplet: 4E, DC and D3. RGB value is (78,220,211). Sum of RGB (Red+Green+Blue) = 78+220+211=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD3 is #B1232C. Grayscale: #B0B0B0. Windows color (decimal): -11608877 or 13884494. OLE color: 13884494.

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

Color convert

RGB 78 220 211 -
CMYK 0.65 0 0.04 0.14
HSL 176.2º 0.67% 0.58% -
HSV(B) 176.2º 0.65% 0.86% -
XYZ 40.49 57.51 70.59 -
YUV 176.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 78 220 211 0.65 0 0.04 0.14 176.2 0.67 0.58
Hex 4E DC D3 41 0 4 E B0 43 3A
Octal 116 334 323 101 0 4 16 260 103 72
Binary 1001110 11011100 11010011 1000001 0 100 1110 10110000 1000011 111010

Color Harmonies of #4EDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCD3

Black with #4EDCD3

Text Example


Text Example

White with #4EDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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