#4EBFBE

Color #4EBFBE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4EBFBE

Tints of Medium Turquoise #4EBFBE

Color information

#4EBFBE (or 0x4EBFBE) is unknown color: approx Medium Turquoise. HEX triplet: 4E, BF and BE. RGB value is (78,191,190). Sum of RGB (Red+Green+Blue) = 78+191+190=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFBE is #B14041. Grayscale: #9C9C9C. Windows color (decimal): -11616322 or 12500814. OLE color: 12500814.

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

Color convert

RGB78191190-
CMYK0.5900.010.25
HSL179.47º46.89%52.75%-
HSV(B)179.47º59.16%74.9%-
XYZ31.0742.655.3-
YUV157.1146.5671.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.99%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=16.99%
G=41.61%
B=41.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911900.5900.010.25179.4746.8952.75
Hex4EBFBE3B0119b32f35
Octal1162772767301312635765
Binary10011101011111110111110111011011100110110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EBFBE;
 }
 .AnyTagClassName
 {
   color: #4EBFBE;
 }
</style>
background-color css

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

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

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

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

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

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