#40D9D2

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

Shades of Turquoise #40D9D2

Tints of Turquoise #40D9D2

Color information

#40D9D2 (or 0x40D9D2) is unknown color: approx Turquoise. HEX triplet: 40, D9 and D2. RGB value is (64,217,210). Sum of RGB (Red+Green+Blue) = 64+217+210=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #40D9D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D9D2 is #BF262D. Grayscale: #AAAAAA. Windows color (decimal): -12527150 or 13818176. OLE color: 13818176.

HSL color Cylindrical-coordinate representation of color #40D9D2: hue angle of 177.25º 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 #40D9D2 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB64217210-
CMYK0.7100.030.15
HSL177.25º66.81%55.1%-
HSV(B)177.25º70.51%85.1%-
XYZ38.5655.3769.63-
YUV170.46150.3152.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.03%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=13.03%
G=44.20%
B=42.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642172100.7100.030.15177.2566.8155.1
Hex40D9D24703Fb14337
Octal100331322107031726110367
Binary1000000110110011101001010001110111111101100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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