#40E7CC

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

Shades of Turquoise #40E7CC

Tints of Turquoise #40E7CC

Color information

#40E7CC (or 0x40E7CC) is unknown color: approx Turquoise. HEX triplet: 40, E7 and CC. RGB value is (64,231,204). Sum of RGB (Red+Green+Blue) = 64+231+204=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7CC is #BF1833. Grayscale: #B1B1B1. Windows color (decimal): -12523572 or 13428544. OLE color: 13428544.

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

Color convert

RGB64231204-
CMYK0.7200.120.09
HSL170.3º77.67%57.84%-
HSV(B)170.3º72.29%90.59%-
XYZ41.5962.667.02-
YUV177.99142.6746.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.83%
GREEN value IS 231 (90.62% from 255) = 46.29%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=12.83%
G=46.29%
B=40.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal642312040.7200.120.09170.377.6757.84
Hex40E7CC480C9aa4e3a
Octal1003473141100141125211672
Binary100000011100111110011001001000011001001101010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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