Html Css Color HEX #4EC0C0 Medium Turquoise

📋 copy color: '#4EC0C0'

red 78 ◦ green 192 ◦ blue 192

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

Shades of Medium Turquoise #4EC0C0

Tints of Medium Turquoise #4EC0C0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 16.88%
G = 41.56%
B = 41.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4EC0C0 (or 0x4EC0C0) is known color: Medium Turquoise. HEX triplet: 4E, C0 and C0. RGB value is (78,192,192). Sum of RGB (Red+Green+Blue) = 78+192+192=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #4EC0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0C0 is #B13F3F. Grayscale: #9D9D9D. Windows color (decimal): -11616064 or 12632142. OLE color: 12632142.

HSL color Cylindrical-coordinate representation of color #4EC0C0: hue angle of 180º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0C0 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 192 192 -
CMYK 0.59 0 0 0.25
HSL 180º 0.48% 0.53% -
HSV(B) 180º 0.59% 0.75% -
XYZ 31.51 43.12 56.53 -
YUV 157.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 78 192 192 0.59 0 0 0.25 180 0.48 0.53
Hex 4E C0 C0 3B 0 0 19 B4 30 35
Octal 116 300 300 73 0 0 31 264 60 65
Binary 1001110 11000000 11000000 111011 0 0 11001 10110100 110000 110101

Color Harmonies of #4EC0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC0C0

Black with #4EC0C0

Text Example


Text Example

White with #4EC0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,192,192); }

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

background-color css

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

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

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

border-color css

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

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

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