Html Css Color HEX #4EDDC6 Medium Turquoise

📋 copy color: '#4EDDC6'

red 78 ◦ green 221 ◦ blue 198

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

Shades of Medium Turquoise #4EDDC6

Tints of Medium Turquoise #4EDDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 15.69%
G = 44.47%
B = 39.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#4EDDC6 (or 0x4EDDC6) is known color: Medium Turquoise. HEX triplet: 4E, DD and C6. RGB value is (78,221,198). Sum of RGB (Red+Green+Blue) = 78+221+198=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDC6 is #B12239. Grayscale: #AFAFAF. Windows color (decimal): -11608634 or 13032782. OLE color: 13032782.

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

Color convert

RGB 78 221 198 -
CMYK 0.65 0 0.10 0.13
HSL 170.35º 0.68% 0.59% -
HSV(B) 170.35º 0.65% 0.87% -
XYZ 39.19 57.41 62.44 -
YUV 175.62 140.62 58.37 -
System Red Green Blue C M Y K H S L
Decimal 78 221 198 0.65 0 0.10 0.13 170.35 0.68 0.59
Hex 4E DD C6 41 0 A D AA 44 3B
Octal 116 335 306 101 0 12 15 252 104 73
Binary 1001110 11011101 11000110 1000001 0 1010 1101 10101010 1000100 111011

Color Harmonies of #4EDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDC6

Black with #4EDDC6

Text Example


Text Example

White with #4EDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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