#40BEBA

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

Shades of Medium Turquoise #40BEBA

Tints of Medium Turquoise #40BEBA

Color information

#40BEBA (or 0x40BEBA) is unknown color: approx Medium Turquoise. HEX triplet: 40, BE and BA. RGB value is (64,190,186). Sum of RGB (Red+Green+Blue) = 64+190+186=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEBA is #BF4145. Grayscale: #979797. Windows color (decimal): -12534086 or 12238400. OLE color: 12238400.

HSL color Cylindrical-coordinate representation of color #40BEBA: hue angle of 178.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEBA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB64190186-
CMYK0.6600.020.25
HSL178.1º49.61%49.8%-
HSV(B)178.1º66.32%74.51%-
XYZ29.3941.4652.91-
YUV151.87147.2665.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.55%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=14.55%
G=43.18%
B=42.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901860.6600.020.25178.149.6149.8
Hex40BEBA420219b23232
Octal10027627210202312626262
Binary1000000101111101011101010000100101100110110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40BEBA; }

 p { color: rgb(64,190,186); }

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

<style>
 a { background-color: #40BEBA; }

 a { background-color: rgb(64,190,186); }

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

<style>
 span { border-color: #40BEBA; }

 span { border-color: rgb(64,190,186); }

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