#4EBFBA

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

Shades of Medium Turquoise #4EBFBA

Tints of Medium Turquoise #4EBFBA

Color information

#4EBFBA (or 0x4EBFBA) is unknown color: approx Medium Turquoise. HEX triplet: 4E, BF and BA. RGB value is (78,191,186). Sum of RGB (Red+Green+Blue) = 78+191+186=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFBA is #B14045. Grayscale: #9C9C9C. Windows color (decimal): -11616326 or 12238670. OLE color: 12238670.

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

Color convert

RGB78191186-
CMYK0.5900.030.25
HSL177.35º46.89%52.75%-
HSV(B)177.35º59.16%74.9%-
XYZ30.6442.4353.03-
YUV156.64144.5671.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.14%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=17.14%
G=41.98%
B=40.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911860.5900.030.25177.3546.8952.75
Hex4EBFBA3B0319b12f35
Octal1162772727303312615765
Binary100111010111111101110101110110111100110110001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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