#40F7E8

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

Shades of Turquoise #40F7E8

Tints of Turquoise #40F7E8

Color information

#40F7E8 (or 0x40F7E8) is unknown color: approx Turquoise. HEX triplet: 40, F7 and E8. RGB value is (64,247,232). Sum of RGB (Red+Green+Blue) = 64+247+232=543 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.79% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F7E8 is #BF0817. Grayscale: #BEBEBE. Windows color (decimal): -12519448 or 15267648. OLE color: 15267648.

HSL color Cylindrical-coordinate representation of color #40F7E8: hue angle of 175.08º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F7E8 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB64247232-
CMYK0.7400.060.03
HSL175.08º91.96%60.98%-
HSV(B)175.08º74.09%96.86%-
XYZ49.9473.4487.89-
YUV190.57151.3737.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.79%
GREEN value IS 247 (96.88% from 255) = 45.49%
BLUE value IS 232 (91.02% from 255) = 42.73%
R=11.79%
G=45.49%
B=42.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642472320.7400.060.03175.0891.9660.98
Hex40F7E84A063af5c3d
Octal10036735011206325713475
Binary100000011110111111010001001010011011101011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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