#40E5DE

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

Shades of Turquoise #40E5DE

Tints of Turquoise #40E5DE

Color information

#40E5DE (or 0x40E5DE) is unknown color: approx Turquoise. HEX triplet: 40, E5 and DE. RGB value is (64,229,222). Sum of RGB (Red+Green+Blue) = 64+229+222=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5DE is #BF1A21. Grayscale: #B2B2B2. Windows color (decimal): -12524066 or 14607680. OLE color: 14607680.

HSL color Cylindrical-coordinate representation of color #40E5DE: hue angle of 177.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5DE is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB64229222-
CMYK0.7200.030.10
HSL177.45º76.04%57.45%-
HSV(B)177.45º72.05%89.8%-
XYZ43.3262.478.87-
YUV178.87152.3446.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.43%
GREEN value IS 229 (89.84% from 255) = 44.47%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=12.43%
G=44.47%
B=43.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642292220.7200.030.10177.4576.0457.45
Hex40E5DE4803Ab14c39
Octal100345336110031226111471
Binary1000000111001011101111010010000111010101100011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,229,222); }

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

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

 a { background-color: rgb(64,229,222); }

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

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

 span { border-color: rgb(64,229,222); }

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