#40D5E6

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

Shades of Medium Turquoise #40D5E6

Tints of Medium Turquoise #40D5E6

Color information

#40D5E6 (or 0x40D5E6) is unknown color: approx Medium Turquoise. HEX triplet: 40, D5 and E6. RGB value is (64,213,230). Sum of RGB (Red+Green+Blue) = 64+213+230=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #40D5E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D5E6 is #BF2A19. Grayscale: #AAAAAA. Windows color (decimal): -12528154 or 15127872. OLE color: 15127872.

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

Color convert

RGB64213230-
CMYK0.720.0700.10
HSL186.14º76.85%57.65%-
HSV(B)186.14º72.17%90.2%-
XYZ40.1954.3983.24-
YUV170.39161.6452.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.62%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=12.62%
G=42.01%
B=45.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642132300.720.0700.10186.1476.8557.65
Hex40D5E64870Aba4d3a
Octal100325346110701227211572
Binary10000001101010111100110100100011101010101110101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,213,230); }

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

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

 a { background-color: rgb(64,213,230); }

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

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

 span { border-color: rgb(64,213,230); }

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