Html Css Color HEX #4EC0BE Medium Turquoise

📋 copy color: '#4EC0BE'

red 78 ◦ green 192 ◦ blue 190

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

Shades of Medium Turquoise #4EC0BE

Tints of Medium Turquoise #4EC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 16.96%
G = 41.74%
B = 41.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#4EC0BE (or 0x4EC0BE) is known color: Medium Turquoise. HEX triplet: 4E, C0 and BE. RGB value is (78,192,190). Sum of RGB (Red+Green+Blue) = 78+192+190=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0BE is #B13F41. Grayscale: #9D9D9D. Windows color (decimal): -11616066 or 12501070. OLE color: 12501070.

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

Color convert

RGB 78 192 190 -
CMYK 0.59 0 0.01 0.25
HSL 178.95º 0.48% 0.53% -
HSV(B) 178.95º 0.59% 0.75% -
XYZ 31.29 43.04 55.37 -
YUV 157.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 78 192 190 0.59 0 0.01 0.25 178.95 0.48 0.53
Hex 4E C0 BE 3B 0 1 19 B3 30 35
Octal 116 300 276 73 0 1 31 263 60 65
Binary 1001110 11000000 10111110 111011 0 1 11001 10110011 110000 110101

Color Harmonies of #4EC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC0BE

Black with #4EC0BE

Text Example


Text Example

White with #4EC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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