#40E7FE

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

Shades of Turquoise #40E7FE

Tints of Turquoise #40E7FE

Color information

#40E7FE (or 0x40E7FE) is unknown color: approx Turquoise. HEX triplet: 40, E7 and FE. RGB value is (64,231,254). Sum of RGB (Red+Green+Blue) = 64+231+254=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #40E7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E7FE is #BF1801. Grayscale: #B7B7B7. Windows color (decimal): -12523522 or 16705344. OLE color: 16705344.

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

Color convert

RGB64231254-
CMYK0.750.0900.00
HSL187.26º98.96%62.35%-
HSV(B)187.26º74.8%99.61%-
XYZ48.5865.4103.83-
YUV183.69167.6742.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.66%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=11.66%
G=42.08%
B=46.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal642312540.750.0900.00187.2698.9662.35
Hex40E7FE4B900bb633e
Octal100347376113110027314376
Binary100000011100111111111101001011100100101110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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