#40E7CA

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

Shades of Turquoise #40E7CA

Tints of Turquoise #40E7CA

Color information

#40E7CA (or 0x40E7CA) is unknown color: approx Turquoise. HEX triplet: 40, E7 and CA. RGB value is (64,231,202). Sum of RGB (Red+Green+Blue) = 64+231+202=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7CA is #BF1835. Grayscale: #B1B1B1. Windows color (decimal): -12523574 or 13297472. OLE color: 13297472.

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

Color convert

RGB64231202-
CMYK0.7200.130.09
HSL169.58º77.67%57.84%-
HSV(B)169.58º72.29%90.59%-
XYZ41.3562.5165.76-
YUV177.76141.6746.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.88%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=12.88%
G=46.48%
B=40.64%

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
Decimal642312020.7200.130.09169.5877.6757.84
Hex40E7CA480D9aa4e3a
Octal1003473121100151125211672
Binary100000011100111110010101001000011011001101010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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