#40BEC1

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

Shades of Medium Turquoise #40BEC1

Tints of Medium Turquoise #40BEC1

Color information

#40BEC1 (or 0x40BEC1) is unknown color: approx Medium Turquoise. HEX triplet: 40, BE and C1. RGB value is (64,190,193). Sum of RGB (Red+Green+Blue) = 64+190+193=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #40BEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEC1 is #BF413E. Grayscale: #989898. Windows color (decimal): -12534079 or 12697152. OLE color: 12697152.

HSL color Cylindrical-coordinate representation of color #40BEC1: hue angle of 181.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BEC1 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64190193-
CMYK0.670.0200.24
HSL181.4º50.99%50.39%-
HSV(B)181.4º66.84%75.69%-
XYZ30.1541.7756.92-
YUV152.67150.7664.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.32%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=14.32%
G=42.51%
B=43.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641901930.670.0200.24181.450.9950.39
Hex40BEC1432018b53332
Octal10027630110320302656362
Binary1000000101111101100000110000111001100010110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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