#40ECFA

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

Shades of Turquoise #40ECFA

Tints of Turquoise #40ECFA

Color information

#40ECFA (or 0x40ECFA) is unknown color: approx Turquoise. HEX triplet: 40, EC and FA. RGB value is (64,236,250). Sum of RGB (Red+Green+Blue) = 64+236+250=550 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.64% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #40ECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECFA is #BF1305. Grayscale: #B9B9B9. Windows color (decimal): -12522246 or 16444480. OLE color: 16444480.

HSL color Cylindrical-coordinate representation of color #40ECFA: hue angle of 184.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40ECFA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64236250-
CMYK0.740.0600.02
HSL184.52º94.9%61.57%-
HSV(B)184.52º74.4%98.04%-
XYZ49.3767.98100.96-
YUV186.17164.0240.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.64%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=11.64%
G=42.91%
B=45.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642362500.740.0600.02184.5294.961.57
Hex40ECFA4A602b95f3e
Octal10035437211260227113776
Binary100000011101100111110101001010110010101110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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