#40EAFD

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

Shades of Turquoise #40EAFD

Tints of Turquoise #40EAFD

Color information

#40EAFD (or 0x40EAFD) is unknown color: approx Turquoise. HEX triplet: 40, EA and FD. RGB value is (64,234,253). Sum of RGB (Red+Green+Blue) = 64+234+253=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #40EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAFD is #BF1502. Grayscale: #B9B9B9. Windows color (decimal): -12522755 or 16640576. OLE color: 16640576.

HSL color Cylindrical-coordinate representation of color #40EAFD: hue angle of 186.03º 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 #40EAFD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB64234253-
CMYK0.750.0800.01
HSL186.03º97.93%62.16%-
HSV(B)186.03º74.7%99.22%-
XYZ49.2767.03103.27-
YUV185.34166.1841.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.62%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=11.62%
G=42.47%
B=45.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642342530.750.0800.01186.0397.9362.16
Hex40EAFD4B801ba623e
Octal100352375113100127214276
Binary100000011101010111111011001011100001101110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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