#40E7C9

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

Shades of Turquoise #40E7C9

Tints of Turquoise #40E7C9

Color information

#40E7C9 (or 0x40E7C9) is unknown color: approx Turquoise. HEX triplet: 40, E7 and C9. RGB value is (64,231,201). Sum of RGB (Red+Green+Blue) = 64+231+201=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7C9 is #BF1836. Grayscale: #B1B1B1. Windows color (decimal): -12523575 or 13231936. OLE color: 13231936.

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

Color convert

RGB64231201-
CMYK0.7200.130.09
HSL169.22º77.67%57.84%-
HSV(B)169.22º72.29%90.59%-
XYZ41.2362.4665.14-
YUV177.65141.1746.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.90%
GREEN value IS 231 (90.62% from 255) = 46.57%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=12.90%
G=46.57%
B=40.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal642312010.7200.130.09169.2277.6757.84
Hex40E7C9480D9a94e3a
Octal1003473111100151125111672
Binary100000011100111110010011001000011011001101010011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,231,201); }

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

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

 a { background-color: rgb(64,231,201); }

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

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

 span { border-color: rgb(64,231,201); }

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