Html Css Color HEX #4EDBE0 Medium Turquoise

📋 copy color: '#4EDBE0'

red 78 ◦ green 219 ◦ blue 224

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

Shades of Medium Turquoise #4EDBE0

Tints of Medium Turquoise #4EDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 14.97%
G = 42.03%
B = 42.99%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4EDBE0 (or 0x4EDBE0) is known color: Medium Turquoise. HEX triplet: 4E, DB and E0. RGB value is (78,219,224). Sum of RGB (Red+Green+Blue) = 78+219+224=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #4EDBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBE0 is #B1241F. Grayscale: #B1B1B1. Windows color (decimal): -11609120 or 14736206. OLE color: 14736206.

HSL color Cylindrical-coordinate representation of color #4EDBE0: hue angle of 182.05º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDBE0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 219 224 -
CMYK 0.65 0.02 0 0.12
HSL 182.05º 0.7% 0.59% -
HSV(B) 182.05º 0.65% 0.88% -
XYZ 41.93 57.66 79.44 -
YUV 177.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 78 219 224 0.65 0.02 0 0.12 182.05 0.7 0.59
Hex 4E DB E0 41 2 0 C B6 46 3B
Octal 116 333 340 101 2 0 14 266 106 73
Binary 1001110 11011011 11100000 1000001 10 0 1100 10110110 1000110 111011

Color Harmonies of #4EDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDBE0

Black with #4EDBE0

Text Example


Text Example

White with #4EDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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