#40D1E2

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

Shades of Medium Turquoise #40D1E2

Tints of Medium Turquoise #40D1E2

Color information

#40D1E2 (or 0x40D1E2) is unknown color: approx Medium Turquoise. HEX triplet: 40, D1 and E2. RGB value is (64,209,226). Sum of RGB (Red+Green+Blue) = 64+209+226=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #40D1E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D1E2 is #BF2E1D. Grayscale: #A7A7A7. Windows color (decimal): -12529182 or 14864704. OLE color: 14864704.

HSL color Cylindrical-coordinate representation of color #40D1E2: hue angle of 186.3º 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 #40D1E2 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB64209226-
CMYK0.720.0800.11
HSL186.3º73.64%56.86%-
HSV(B)186.3º71.68%88.63%-
XYZ38.6452.1879.99-
YUV167.58160.9654.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.83%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 226 (88.67% from 255) = 45.29%
R=12.83%
G=41.88%
B=45.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal642092260.720.0800.11186.373.6456.86
Hex40D1E24880Bba4a39
Octal1003213421101001327211271
Binary100000011010001111000101001000100001011101110101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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