#40E5BD

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

Shades of Turquoise #40E5BD

Tints of Turquoise #40E5BD

Color information

#40E5BD (or 0x40E5BD) is unknown color: approx Turquoise. HEX triplet: 40, E5 and BD. RGB value is (64,229,189). Sum of RGB (Red+Green+Blue) = 64+229+189=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5BD is #BF1A42. Grayscale: #AFAFAF. Windows color (decimal): -12524099 or 12444992. OLE color: 12444992.

HSL color Cylindrical-coordinate representation of color #40E5BD: hue angle of 165.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 #40E5BD is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB64229189-
CMYK0.7200.170.10
HSL165.45º76.04%57.45%-
HSV(B)165.45º72.05%89.8%-
XYZ39.3260.857.81-
YUV175.1135.8448.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.28%
GREEN value IS 229 (89.84% from 255) = 47.51%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=13.28%
G=47.51%
B=39.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642291890.7200.170.10165.4576.0457.45
Hex40E5BD48011Aa54c39
Octal1003452751100211224511471
Binary1000000111001011011110110010000100011010101001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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