#40E1E0

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

Shades of Turquoise #40E1E0

Tints of Turquoise #40E1E0

Color information

#40E1E0 (or 0x40E1E0) is unknown color: approx Turquoise. HEX triplet: 40, E1 and E0. RGB value is (64,225,224). Sum of RGB (Red+Green+Blue) = 64+225+224=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1E0 is #BF1E1F. Grayscale: #B0B0B0. Windows color (decimal): -12525088 or 14737728. OLE color: 14737728.

HSL color Cylindrical-coordinate representation of color #40E1E0: hue angle of 179.63º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1E0 is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB64225224-
CMYK0.7200.000.12
HSL179.63º72.85%56.67%-
HSV(B)179.63º71.56%88.24%-
XYZ42.4960.3279.92-
YUV176.75154.6647.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.48%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=12.48%
G=43.86%
B=43.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal642252240.7200.000.12179.6372.8556.67
Hex40E1E04800Cb44939
Octal100341340110001426411171
Binary100000011100001111000001001000001100101101001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,224); }

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

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

 a { background-color: rgb(64,225,224); }

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

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

 span { border-color: rgb(64,225,224); }

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