#40E7CB

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

Shades of Turquoise #40E7CB

Tints of Turquoise #40E7CB

Color information

#40E7CB (or 0x40E7CB) is unknown color: approx Turquoise. HEX triplet: 40, E7 and CB. RGB value is (64,231,203). Sum of RGB (Red+Green+Blue) = 64+231+203=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7CB is #BF1834. Grayscale: #B1B1B1. Windows color (decimal): -12523573 or 13363008. OLE color: 13363008.

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

Color convert

RGB64231203-
CMYK0.7200.120.09
HSL169.94º77.67%57.84%-
HSV(B)169.94º72.29%90.59%-
XYZ41.4762.5566.39-
YUV177.87142.1746.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.85%
GREEN value IS 231 (90.62% from 255) = 46.39%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=12.85%
G=46.39%
B=40.76%

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
Decimal642312030.7200.120.09169.9477.6757.84
Hex40E7CB480C9aa4e3a
Octal1003473131100141125211672
Binary100000011100111110010111001000011001001101010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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