Html Css Color HEX #4EDCD4 Medium Turquoise

📋 copy color: '#4EDCD4'

red 78 ◦ green 220 ◦ blue 212

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

Shades of Medium Turquoise #4EDCD4

Tints of Medium Turquoise #4EDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 15.29%
G = 43.14%
B = 41.57%

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

#4EDCD4 (or 0x4EDCD4) is known color: Medium Turquoise. HEX triplet: 4E, DC and D4. RGB value is (78,220,212). Sum of RGB (Red+Green+Blue) = 78+220+212=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD4 is #B1232B. Grayscale: #B0B0B0. Windows color (decimal): -11608876 or 13950030. OLE color: 13950030.

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

Color convert

RGB 78 220 212 -
CMYK 0.65 0 0.04 0.14
HSL 176.62º 0.67% 0.58% -
HSV(B) 176.62º 0.65% 0.86% -
XYZ 40.62 57.56 71.26 -
YUV 176.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 78 220 212 0.65 0 0.04 0.14 176.62 0.67 0.58
Hex 4E DC D4 41 0 4 E B1 43 3A
Octal 116 334 324 101 0 4 16 261 103 72
Binary 1001110 11011100 11010100 1000001 0 100 1110 10110001 1000011 111010

Color Harmonies of #4EDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCD4

Black with #4EDCD4

Text Example


Text Example

White with #4EDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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