#40FFE7

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

Shades of Turquoise #40FFE7

Tints of Turquoise #40FFE7

Color information

#40FFE7 (or 0x40FFE7) is unknown color: approx Turquoise. HEX triplet: 40, FF and E7. RGB value is (64,255,231). Sum of RGB (Red+Green+Blue) = 64+255+231=550 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.64% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFE7 is #BF0018. Grayscale: #C3C3C3. Windows color (decimal): -12517401 or 15204160. OLE color: 15204160.

HSL color Cylindrical-coordinate representation of color #40FFE7: hue angle of 172.46º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFE7 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB64255231-
CMYK0.7500.090
HSL172.46º100%62.55%-
HSV(B)172.46º74.9%100%-
XYZ52.378.3887.97-
YUV195.16148.2234.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.64%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 231 (90.62% from 255) = 42%
R=11.64%
G=46.36%
B=42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552310.7500.090172.4610062.55
Hex40FFE74B090ac643f
Octal100377347113011025414477
Binary100000011111111111001111001011010010101011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,231); }

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

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

 a { background-color: rgb(64,255,231); }

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

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

 span { border-color: rgb(64,255,231); }

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