#40F7ED

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

Shades of Turquoise #40F7ED

Tints of Turquoise #40F7ED

Color information

#40F7ED (or 0x40F7ED) is unknown color: approx Turquoise. HEX triplet: 40, F7 and ED. RGB value is (64,247,237). Sum of RGB (Red+Green+Blue) = 64+247+237=548 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.68% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F7ED is #BF0812. Grayscale: #BEBEBE. Windows color (decimal): -12519443 or 15595328. OLE color: 15595328.

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

Color convert

RGB64247237-
CMYK0.7400.040.03
HSL176.72º91.96%60.98%-
HSV(B)176.72º74.09%96.86%-
XYZ50.6673.7391.68-
YUV191.14153.8737.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.68%
GREEN value IS 247 (96.88% from 255) = 45.07%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=11.68%
G=45.07%
B=43.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642472370.7400.040.03176.7291.9660.98
Hex40F7ED4A043b15c3d
Octal10036735511204326113475
Binary100000011110111111011011001010010011101100011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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