#40D9ED

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

Shades of Turquoise #40D9ED

Tints of Turquoise #40D9ED

Color information

#40D9ED (or 0x40D9ED) is unknown color: approx Turquoise. HEX triplet: 40, D9 and ED. RGB value is (64,217,237). Sum of RGB (Red+Green+Blue) = 64+217+237=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #40D9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D9ED is #BF2612. Grayscale: #ADADAD. Windows color (decimal): -12527123 or 15587648. OLE color: 15587648.

HSL color Cylindrical-coordinate representation of color #40D9ED: hue angle of 186.94º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D9ED is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64217237-
CMYK0.730.0800.07
HSL186.94º82.78%59.02%-
HSV(B)186.94º73%92.94%-
XYZ42.2156.8388.87-
YUV173.53163.8149.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.36%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=12.36%
G=41.89%
B=45.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642172370.730.0800.07186.9482.7859.02
Hex40D9ED49807bb533b
Octal100331355111100727312373
Binary10000001101100111101101100100110000111101110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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