Html Css Color HEX #4EDADB Medium Turquoise

📋 copy color: '#4EDADB'

red 78 ◦ green 218 ◦ blue 219

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

Shades of Medium Turquoise #4EDADB

Tints of Medium Turquoise #4EDADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 15.15%
G = 42.33%
B = 42.52%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EDADB (or 0x4EDADB) is known color: Medium Turquoise. HEX triplet: 4E, DA and DB. RGB value is (78,218,219). Sum of RGB (Red+Green+Blue) = 78+218+219=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDADB is #B12524. Grayscale: #B0B0B0. Windows color (decimal): -11609381 or 14408270. OLE color: 14408270.

HSL color Cylindrical-coordinate representation of color #4EDADB: hue angle of 180.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDADB is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 218 219 -
CMYK 0.64 0.00 0 0.14
HSL 180.43º 0.66% 0.58% -
HSV(B) 180.43º 0.64% 0.86% -
XYZ 41 56.88 75.84 -
YUV 176.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 78 218 219 0.64 0.00 0 0.14 180.43 0.66 0.58
Hex 4E DA DB 40 0 0 E B4 42 3A
Octal 116 332 333 100 0 0 16 264 102 72
Binary 1001110 11011010 11011011 1000000 0 0 1110 10110100 1000010 111010

Color Harmonies of #4EDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDADB

Black with #4EDADB

Text Example


Text Example

White with #4EDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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