#40E9B9

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

Shades of Turquoise #40E9B9

Tints of Turquoise #40E9B9

Color information

#40E9B9 (or 0x40E9B9) is unknown color: approx Turquoise. HEX triplet: 40, E9 and B9. RGB value is (64,233,185). Sum of RGB (Red+Green+Blue) = 64+233+185=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E9B9 is #BF1646. Grayscale: #B1B1B1. Windows color (decimal): -12523079 or 12183872. OLE color: 12183872.

HSL color Cylindrical-coordinate representation of color #40E9B9: hue angle of 162.96º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E9B9 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB64233185-
CMYK0.7300.210.09
HSL162.96º79.34%58.24%-
HSV(B)162.96º72.53%91.37%-
XYZ40.0162.8755.93-
YUV177132.5147.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.28%
GREEN value IS 233 (91.41% from 255) = 48.34%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=13.28%
G=48.34%
B=38.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal642331850.7300.210.09162.9679.3458.24
Hex40E9B9490159a34f3a
Octal1003512711110251124311772
Binary1000000111010011011100110010010101011001101000111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,233,185); }

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

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

 a { background-color: rgb(64,233,185); }

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

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

 span { border-color: rgb(64,233,185); }

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