#40E2D6

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

Shades of Turquoise #40E2D6

Tints of Turquoise #40E2D6

Color information

#40E2D6 (or 0x40E2D6) is unknown color: approx Turquoise. HEX triplet: 40, E2 and D6. RGB value is (64,226,214). Sum of RGB (Red+Green+Blue) = 64+226+214=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2D6 is #BF1D29. Grayscale: #B0B0B0. Windows color (decimal): -12524842 or 14082624. OLE color: 14082624.

HSL color Cylindrical-coordinate representation of color #40E2D6: hue angle of 175.56º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2D6 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB64226214-
CMYK0.7200.050.11
HSL175.56º73.64%56.86%-
HSV(B)175.56º71.68%88.63%-
XYZ41.4560.3473.08-
YUV176.19149.3347.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.70%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=12.70%
G=44.84%
B=42.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal642262140.7200.050.11175.5673.6456.86
Hex40E2D64805Bb04a39
Octal100342326110051326011271
Binary10000001110001011010110100100001011011101100001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,226,214); }

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

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

 a { background-color: rgb(64,226,214); }

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

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

 span { border-color: rgb(64,226,214); }

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