#40EDC9

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

Shades of Turquoise #40EDC9

Tints of Turquoise #40EDC9

Color information

#40EDC9 (or 0x40EDC9) is unknown color: approx Turquoise. HEX triplet: 40, ED and C9. RGB value is (64,237,201). Sum of RGB (Red+Green+Blue) = 64+237+201=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDC9 is #BF1236. Grayscale: #B5B5B5. Windows color (decimal): -12522039 or 13233472. OLE color: 13233472.

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

Color convert

RGB64237201-
CMYK0.7300.150.07
HSL167.51º82.78%59.02%-
HSV(B)167.51º73%92.94%-
XYZ42.9465.8865.71-
YUV181.17139.1944.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.75%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=12.75%
G=47.21%
B=40.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642372010.7300.150.07167.5182.7859.02
Hex40EDC9490F7a8533b
Octal100355311111017725012373
Binary10000001110110111001001100100101111111101010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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