Html Css Color HEX #4EDBDA Medium Turquoise

📋 copy color: '#4EDBDA'

red 78 ◦ green 219 ◦ blue 218

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

Shades of Medium Turquoise #4EDBDA

Tints of Medium Turquoise #4EDBDA

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4EDBDA: hue angle of 179.57º 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 #4EDBDA is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

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

Color Harmonies of #4EDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDBDA

Black with #4EDBDA

Text Example


Text Example

White with #4EDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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