#40E5DC

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

Shades of Turquoise #40E5DC

Tints of Turquoise #40E5DC

Color information

#40E5DC (or 0x40E5DC) is unknown color: approx Turquoise. HEX triplet: 40, E5 and DC. RGB value is (64,229,220). Sum of RGB (Red+Green+Blue) = 64+229+220=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5DC is #BF1A23. Grayscale: #B2B2B2. Windows color (decimal): -12524068 or 14476608. OLE color: 14476608.

HSL color Cylindrical-coordinate representation of color #40E5DC: hue angle of 176.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5DC is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB64229220-
CMYK0.7200.040.10
HSL176.73º76.04%57.45%-
HSV(B)176.73º72.05%89.8%-
XYZ43.0562.377.47-
YUV178.64151.3446.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.48%
GREEN value IS 229 (89.84% from 255) = 44.64%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=12.48%
G=44.64%
B=42.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642292200.7200.040.10176.7376.0457.45
Hex40E5DC4804Ab14c39
Octal100345334110041226111471
Binary10000001110010111011100100100001001010101100011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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