#40F0E8

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

Shades of Turquoise #40F0E8

Tints of Turquoise #40F0E8

Color information

#40F0E8 (or 0x40F0E8) is unknown color: approx Turquoise. HEX triplet: 40, F0 and E8. RGB value is (64,240,232). Sum of RGB (Red+Green+Blue) = 64+240+232=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #40F0E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F0E8 is #BF0F17. Grayscale: #BABABA. Windows color (decimal): -12521240 or 15265856. OLE color: 15265856.

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

Color convert

RGB64240232-
CMYK0.7300.030.06
HSL177.27º85.44%59.61%-
HSV(B)177.27º73.33%94.12%-
XYZ47.8469.2487.19-
YUV186.46153.6940.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.94%
GREEN value IS 240 (94.14% from 255) = 44.78%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=11.94%
G=44.78%
B=43.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642402320.7300.030.06177.2785.4459.61
Hex40F0E849036b1553c
Octal10036035011103626112574
Binary100000011110000111010001001001011110101100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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