#40EDD9

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

Shades of Turquoise #40EDD9

Tints of Turquoise #40EDD9

Color information

#40EDD9 (or 0x40EDD9) is unknown color: approx Turquoise. HEX triplet: 40, ED and D9. RGB value is (64,237,217). Sum of RGB (Red+Green+Blue) = 64+237+217=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDD9 is #BF1226. Grayscale: #B6B6B6. Windows color (decimal): -12522023 or 14282048. OLE color: 14282048.

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

Color convert

RGB64237217-
CMYK0.7300.080.07
HSL173.06º82.78%59.02%-
HSV(B)173.06º73%92.94%-
XYZ44.9266.6776.15-
YUV182.99147.1943.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642372170.7300.080.07173.0682.7859.02
Hex40EDD949087ad533b
Octal100355331111010725512373
Binary10000001110110111011001100100101000111101011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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