#40E9F0

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

Shades of Turquoise #40E9F0

Tints of Turquoise #40E9F0

Color information

#40E9F0 (or 0x40E9F0) is unknown color: approx Turquoise. HEX triplet: 40, E9 and F0. RGB value is (64,233,240). Sum of RGB (Red+Green+Blue) = 64+233+240=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #40E9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E9F0 is #BF160F. Grayscale: #B7B7B7. Windows color (decimal): -12523024 or 15788352. OLE color: 15788352.

HSL color Cylindrical-coordinate representation of color #40E9F0: hue angle of 182.39º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E9F0 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB64233240-
CMYK0.730.0300.06
HSL182.39º85.44%59.61%-
HSV(B)182.39º73.33%94.12%-
XYZ46.9865.6692.64-
YUV183.27160.0142.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.92%
GREEN value IS 233 (91.41% from 255) = 43.39%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=11.92%
G=43.39%
B=44.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642332400.730.0300.06182.3985.4459.61
Hex40E9F049306b6553c
Octal10035136011130626612574
Binary100000011101001111100001001001110110101101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,233,240); }

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

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

 a { background-color: rgb(64,233,240); }

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

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

 span { border-color: rgb(64,233,240); }

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