#40D9D7

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

Shades of Turquoise #40D9D7

Tints of Turquoise #40D9D7

Color information

#40D9D7 (or 0x40D9D7) is unknown color: approx Turquoise. HEX triplet: 40, D9 and D7. RGB value is (64,217,215). Sum of RGB (Red+Green+Blue) = 64+217+215=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #40D9D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D9D7 is #BF2628. Grayscale: #AAAAAA. Windows color (decimal): -12527145 or 14145856. OLE color: 14145856.

HSL color Cylindrical-coordinate representation of color #40D9D7: hue angle of 179.22º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D9D7 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB64217215-
CMYK0.7100.010.15
HSL179.22º66.81%55.1%-
HSV(B)179.22º70.51%85.1%-
XYZ39.1955.6272.96-
YUV171.02152.8151.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.90%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 215 (84.38% from 255) = 43.35%
R=12.90%
G=43.75%
B=43.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642172150.7100.010.15179.2266.8155.1
Hex40D9D74701Fb34337
Octal100331327107011726310367
Binary100000011011001110101111000111011111101100111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,217,215); }

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

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

 a { background-color: rgb(64,217,215); }

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

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

 span { border-color: rgb(64,217,215); }

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