#4EBFBC

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

Shades of Medium Turquoise #4EBFBC

Tints of Medium Turquoise #4EBFBC

Color information

#4EBFBC (or 0x4EBFBC) is unknown color: approx Medium Turquoise. HEX triplet: 4E, BF and BC. RGB value is (78,191,188). Sum of RGB (Red+Green+Blue) = 78+191+188=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFBC is #B14043. Grayscale: #9C9C9C. Windows color (decimal): -11616324 or 12369742. OLE color: 12369742.

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

Color convert

RGB78191188-
CMYK0.5900.020.25
HSL178.41º46.89%52.75%-
HSV(B)178.41º59.16%74.9%-
XYZ30.8542.5154.16-
YUV156.87145.5671.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.07%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=17.07%
G=41.79%
B=41.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911880.5900.020.25178.4146.8952.75
Hex4EBFBC3B0219b22f35
Octal1162772747302312625765
Binary100111010111111101111001110110101100110110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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