Html Css Color HEX #4EDCBC Medium Turquoise

📋 copy color: '#4EDCBC'

red 78 ◦ green 220 ◦ blue 188

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

Shades of Medium Turquoise #4EDCBC

Tints of Medium Turquoise #4EDCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 16.05%
G = 45.27%
B = 38.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4EDCBC (or 0x4EDCBC) is known color: Medium Turquoise. HEX triplet: 4E, DC and BC. RGB value is (78,220,188). Sum of RGB (Red+Green+Blue) = 78+220+188=486 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.05% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCBC is #B12343. Grayscale: #ADADAD. Windows color (decimal): -11608900 or 12377166. OLE color: 12377166.

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

Color convert

RGB 78 220 188 -
CMYK 0.65 0 0.15 0.14
HSL 166.48º 0.67% 0.58% -
HSV(B) 166.48º 0.65% 0.86% -
XYZ 37.81 56.44 56.48 -
YUV 173.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 78 220 188 0.65 0 0.15 0.14 166.48 0.67 0.58
Hex 4E DC BC 41 0 F E A6 43 3A
Octal 116 334 274 101 0 17 16 246 103 72
Binary 1001110 11011100 10111100 1000001 0 1111 1110 10100110 1000011 111010

Color Harmonies of #4EDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCBC

Black with #4EDCBC

Text Example


Text Example

White with #4EDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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