Html Css Color HEX #4EDADD Medium Turquoise

📋 copy color: '#4EDADD'

red 78 ◦ green 218 ◦ blue 221

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

Shades of Medium Turquoise #4EDADD

Tints of Medium Turquoise #4EDADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 15.09%
G = 42.17%
B = 42.75%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4EDADD (or 0x4EDADD) is known color: Medium Turquoise. HEX triplet: 4E, DA and DD. RGB value is (78,218,221). Sum of RGB (Red+Green+Blue) = 78+218+221=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDADD is #B12522. Grayscale: #B0B0B0. Windows color (decimal): -11609379 or 14539342. OLE color: 14539342.

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

Color convert

RGB 78 218 221 -
CMYK 0.65 0.01 0 0.13
HSL 181.26º 0.68% 0.59% -
HSV(B) 181.26º 0.65% 0.87% -
XYZ 41.26 56.98 77.23 -
YUV 176.48 153.12 57.76 -
System Red Green Blue C M Y K H S L
Decimal 78 218 221 0.65 0.01 0 0.13 181.26 0.68 0.59
Hex 4E DA DD 41 1 0 D B5 44 3B
Octal 116 332 335 101 1 0 15 265 104 73
Binary 1001110 11011010 11011101 1000001 1 0 1101 10110101 1000100 111011

Color Harmonies of #4EDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDADD

Black with #4EDADD

Text Example


Text Example

White with #4EDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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