#40D9CA

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

Shades of Turquoise #40D9CA

Tints of Turquoise #40D9CA

Color information

#40D9CA (or 0x40D9CA) is unknown color: approx Turquoise. HEX triplet: 40, D9 and CA. RGB value is (64,217,202). Sum of RGB (Red+Green+Blue) = 64+217+202=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #40D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D9CA is #BF2635. Grayscale: #A9A9A9. Windows color (decimal): -12527158 or 13293888. OLE color: 13293888.

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

Color convert

RGB64217202-
CMYK0.7100.070.15
HSL174.12º66.81%55.1%-
HSV(B)174.12º70.51%85.1%-
XYZ37.5954.9864.51-
YUV169.54146.3152.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.25%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=13.25%
G=44.93%
B=41.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642172020.7100.070.15174.1266.8155.1
Hex40D9CA4707Fae4337
Octal100331312107071725610367
Binary10000001101100111001010100011101111111101011101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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