#40DCC9

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

Shades of Turquoise #40DCC9

Tints of Turquoise #40DCC9

Color information

#40DCC9 (or 0x40DCC9) is unknown color: approx Turquoise. HEX triplet: 40, DC and C9. RGB value is (64,220,201). Sum of RGB (Red+Green+Blue) = 64+220+201=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCC9 is #BF2336. Grayscale: #ABABAB. Windows color (decimal): -12526391 or 13229120. OLE color: 13229120.

HSL color Cylindrical-coordinate representation of color #40DCC9: hue angle of 172.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DCC9 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB64220201-
CMYK0.7100.090.14
HSL172.69º69.03%55.69%-
HSV(B)172.69º70.91%86.27%-
XYZ38.2556.4964.15-
YUV171.19144.8251.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.20%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=13.20%
G=45.36%
B=41.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642202010.7100.090.14172.6969.0355.69
Hex40DCC94709Ead4538
Octal1003343111070111625510570
Binary100000011011100110010011000111010011110101011011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,220,201); }

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

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

 a { background-color: rgb(64,220,201); }

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

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

 span { border-color: rgb(64,220,201); }

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