#40E4FD

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

Shades of Turquoise #40E4FD

Tints of Turquoise #40E4FD

Color information

#40E4FD (or 0x40E4FD) is unknown color: approx Turquoise. HEX triplet: 40, E4 and FD. RGB value is (64,228,253). Sum of RGB (Red+Green+Blue) = 64+228+253=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #40E4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E4FD is #BF1B02. Grayscale: #B5B5B5. Windows color (decimal): -12524291 or 16639040. OLE color: 16639040.

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

Color convert

RGB64228253-
CMYK0.750.1000.01
HSL187.94º97.93%62.16%-
HSV(B)187.94º74.7%99.22%-
XYZ47.5963.67102.71-
YUV181.81168.1743.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.74%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=11.74%
G=41.83%
B=46.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642282530.750.1000.01187.9497.9362.16
Hex40E4FD4BA01bc623e
Octal100344375113120127414276
Binary100000011100100111111011001011101001101111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,228,253); }

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

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

 a { background-color: rgb(64,228,253); }

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

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

 span { border-color: rgb(64,228,253); }

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