#40F7EA

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

Shades of Turquoise #40F7EA

Tints of Turquoise #40F7EA

Color information

#40F7EA (or 0x40F7EA) is unknown color: approx Turquoise. HEX triplet: 40, F7 and EA. RGB value is (64,247,234). Sum of RGB (Red+Green+Blue) = 64+247+234=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F7EA is #BF0815. Grayscale: #BEBEBE. Windows color (decimal): -12519446 or 15398720. OLE color: 15398720.

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

Color convert

RGB64247234-
CMYK0.7400.050.03
HSL175.74º91.96%60.98%-
HSV(B)175.74º74.09%96.86%-
XYZ50.2373.5589.39-
YUV190.8152.3737.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.74%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=11.74%
G=45.32%
B=42.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642472340.7400.050.03175.7491.9660.98
Hex40F7EA4A053b05c3d
Octal10036735211205326013475
Binary100000011110111111010101001010010111101100001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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