#40ECFF

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

Shades of Turquoise #40ECFF

Tints of Turquoise #40ECFF

Color information

#40ECFF (or 0x40ECFF) is unknown color: approx Turquoise. HEX triplet: 40, EC and FF. RGB value is (64,236,255). Sum of RGB (Red+Green+Blue) = 64+236+255=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #40ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECFF is #BF1300. Grayscale: #BABABA. Windows color (decimal): -12522241 or 16772160. OLE color: 16772160.

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

Color convert

RGB64236255-
CMYK0.750.0700
HSL185.97º100%62.55%-
HSV(B)185.97º74.9%100%-
XYZ50.1668.3105.15-
YUV186.74166.5240.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.53%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 255 (100% from 255) = 45.95%
R=11.53%
G=42.52%
B=45.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642362550.750.0700185.9710062.55
Hex40ECFF4B700ba643f
Octal10035437711370027214477
Binary10000001110110011111111100101111100101110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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