Html Css Color HEX #4ED2DC Medium Turquoise

📋 copy color: '#4ED2DC'

red 78 ◦ green 210 ◦ blue 220

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

Shades of Medium Turquoise #4ED2DC

Tints of Medium Turquoise #4ED2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.34%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 15.35%
G = 41.34%
B = 43.31%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ED2DC (or 0x4ED2DC) is known color: Medium Turquoise. HEX triplet: 4E, D2 and DC. RGB value is (78,210,220). Sum of RGB (Red+Green+Blue) = 78+210+220=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ED2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED2DC is #B12D23. Grayscale: #ABABAB. Windows color (decimal): -11611428 or 14471758. OLE color: 14471758.

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

Color convert

RGB 78 210 220 -
CMYK 0.65 0.05 0 0.14
HSL 184.23º 0.67% 0.58% -
HSV(B) 184.23º 0.65% 0.86% -
XYZ 39.11 52.88 75.86 -
YUV 171.67 155.27 61.19 -
System Red Green Blue C M Y K H S L
Decimal 78 210 220 0.65 0.05 0 0.14 184.23 0.67 0.58
Hex 4E D2 DC 41 5 0 E B8 43 3A
Octal 116 322 334 101 5 0 16 270 103 72
Binary 1001110 11010010 11011100 1000001 101 0 1110 10111000 1000011 111010

Color Harmonies of #4ED2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED2DC

Black with #4ED2DC

Text Example


Text Example

White with #4ED2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,210,220); }

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

background-color css

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

 a { background-color: rgb(78,210,220); }

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

border-color css

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

 span { border-color: rgb(78,210,220); }

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