Html Css Color HEX #4EDDC5 Medium Turquoise

📋 copy color: '#4EDDC5'

red 78 ◦ green 221 ◦ blue 197

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

Shades of Medium Turquoise #4EDDC5

Tints of Medium Turquoise #4EDDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 197 (77.34% from 255) = 39.72%

R = 15.73%
G = 44.56%
B = 39.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#4EDDC5 (or 0x4EDDC5) is known color: Medium Turquoise. HEX triplet: 4E, DD and C5. RGB value is (78,221,197). Sum of RGB (Red+Green+Blue) = 78+221+197=496 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.73% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDC5 is #B1223A. Grayscale: #AFAFAF. Windows color (decimal): -11608635 or 12967246. OLE color: 12967246.

HSL color Cylindrical-coordinate representation of color #4EDDC5: hue angle of 169.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDDC5 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 221 197 -
CMYK 0.65 0 0.11 0.13
HSL 169.93º 0.68% 0.59% -
HSV(B) 169.93º 0.65% 0.87% -
XYZ 39.08 57.36 61.84 -
YUV 175.51 140.12 58.45 -
System Red Green Blue C M Y K H S L
Decimal 78 221 197 0.65 0 0.11 0.13 169.93 0.68 0.59
Hex 4E DD C5 41 0 B D AA 44 3B
Octal 116 335 305 101 0 13 15 252 104 73
Binary 1001110 11011101 11000101 1000001 0 1011 1101 10101010 1000100 111011

Color Harmonies of #4EDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDC5

Black with #4EDDC5

Text Example


Text Example

White with #4EDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,221,197); }

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

background-color css

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

 a { background-color: rgb(78,221,197); }

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

border-color css

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

 span { border-color: rgb(78,221,197); }

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