Html Css Color HEX #4EDDBA Medium Turquoise

📋 copy color: '#4EDDBA'

red 78 ◦ green 221 ◦ blue 186

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

Shades of Medium Turquoise #4EDDBA

Tints of Medium Turquoise #4EDDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 16.08%
G = 45.57%
B = 38.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4EDDBA (or 0x4EDDBA) is known color: Medium Turquoise. HEX triplet: 4E, DD and BA. RGB value is (78,221,186). Sum of RGB (Red+Green+Blue) = 78+221+186=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDBA is #B12245. Grayscale: #AEAEAE. Windows color (decimal): -11608646 or 12246350. OLE color: 12246350.

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

Color convert

RGB 78 221 186 -
CMYK 0.65 0 0.16 0.13
HSL 165.31º 0.68% 0.59% -
HSV(B) 165.31º 0.65% 0.87% -
XYZ 37.86 56.88 55.44 -
YUV 174.25 134.62 59.35 -
System Red Green Blue C M Y K H S L
Decimal 78 221 186 0.65 0 0.16 0.13 165.31 0.68 0.59
Hex 4E DD BA 41 0 10 D A5 44 3B
Octal 116 335 272 101 0 20 15 245 104 73
Binary 1001110 11011101 10111010 1000001 0 10000 1101 10100101 1000100 111011

Color Harmonies of #4EDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDBA

Black with #4EDDBA

Text Example


Text Example

White with #4EDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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