#40ECFD

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

Shades of Turquoise #40ECFD

Tints of Turquoise #40ECFD

Color information

#40ECFD (or 0x40ECFD) is unknown color: approx Turquoise. HEX triplet: 40, EC and FD. RGB value is (64,236,253). Sum of RGB (Red+Green+Blue) = 64+236+253=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #40ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECFD is #BF1302. Grayscale: #BABABA. Windows color (decimal): -12522243 or 16641088. OLE color: 16641088.

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

Color convert

RGB64236253-
CMYK0.750.0700.01
HSL185.4º97.93%62.16%-
HSV(B)185.4º74.7%99.22%-
XYZ49.8468.17103.46-
YUV186.51165.5240.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.57%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=11.57%
G=42.68%
B=45.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642362530.750.0700.01185.497.9362.16
Hex40ECFD4B701b9623e
Octal10035437511370127114276
Binary10000001110110011111101100101111101101110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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