Html Css Color HEX #4EDCDA Medium Turquoise

📋 copy color: '#4EDCDA'

red 78 ◦ green 220 ◦ blue 218

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

Shades of Medium Turquoise #4EDCDA

Tints of Medium Turquoise #4EDCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 15.12%
G = 42.64%
B = 42.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#4EDCDA (or 0x4EDCDA) is known color: Medium Turquoise. HEX triplet: 4E, DC and DA. RGB value is (78,220,218). Sum of RGB (Red+Green+Blue) = 78+220+218=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCDA is #B12325. Grayscale: #B1B1B1. Windows color (decimal): -11608870 or 14343246. OLE color: 14343246.

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

Color convert

RGB 78 220 218 -
CMYK 0.65 0 0.01 0.14
HSL 179.15º 0.67% 0.58% -
HSV(B) 179.15º 0.65% 0.86% -
XYZ 41.39 57.87 75.32 -
YUV 177.31 150.96 57.16 -
System Red Green Blue C M Y K H S L
Decimal 78 220 218 0.65 0 0.01 0.14 179.15 0.67 0.58
Hex 4E DC DA 41 0 1 E B3 43 3A
Octal 116 334 332 101 0 1 16 263 103 72
Binary 1001110 11011100 11011010 1000001 0 1 1110 10110011 1000011 111010

Color Harmonies of #4EDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCDA

Black with #4EDCDA

Text Example


Text Example

White with #4EDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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