#40E1D4

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

Shades of Turquoise #40E1D4

Tints of Turquoise #40E1D4

Color information

#40E1D4 (or 0x40E1D4) is unknown color: approx Turquoise. HEX triplet: 40, E1 and D4. RGB value is (64,225,212). Sum of RGB (Red+Green+Blue) = 64+225+212=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1D4 is #BF1E2B. Grayscale: #AFAFAF. Windows color (decimal): -12525100 or 13951296. OLE color: 13951296.

HSL color Cylindrical-coordinate representation of color #40E1D4: hue angle of 175.16º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1D4 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB64225212-
CMYK0.7200.060.12
HSL175.16º72.85%56.67%-
HSV(B)175.16º71.56%88.24%-
XYZ40.9259.6971.65-
YUV175.38148.6648.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.77%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=12.77%
G=44.91%
B=42.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal642252120.7200.060.12175.1672.8556.67
Hex40E1D44806Caf4939
Octal100341324110061425711171
Binary10000001110000111010100100100001101100101011111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,212); }

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

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

 a { background-color: rgb(64,225,212); }

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

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

 span { border-color: rgb(64,225,212); }

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