#40E7CE

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

Shades of Turquoise #40E7CE

Tints of Turquoise #40E7CE

Color information

#40E7CE (or 0x40E7CE) is unknown color: approx Turquoise. HEX triplet: 40, E7 and CE. RGB value is (64,231,206). Sum of RGB (Red+Green+Blue) = 64+231+206=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7CE is #BF1831. Grayscale: #B2B2B2. Windows color (decimal): -12523570 or 13559616. OLE color: 13559616.

HSL color Cylindrical-coordinate representation of color #40E7CE: hue angle of 171.02º 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 #40E7CE is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB64231206-
CMYK0.7200.110.09
HSL171.02º77.67%57.84%-
HSV(B)171.02º72.29%90.59%-
XYZ41.8362.768.29-
YUV178.22143.6746.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.77%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=12.77%
G=46.11%
B=41.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal642312060.7200.110.09171.0277.6757.84
Hex40E7CE480B9ab4e3a
Octal1003473161100131125311672
Binary100000011100111110011101001000010111001101010111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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