#40E1F3

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

Shades of Turquoise #40E1F3

Tints of Turquoise #40E1F3

Color information

#40E1F3 (or 0x40E1F3) is unknown color: approx Turquoise. HEX triplet: 40, E1 and F3. RGB value is (64,225,243). Sum of RGB (Red+Green+Blue) = 64+225+243=532 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.03% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #40E1F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E1F3 is #BF1E0C. Grayscale: #B2B2B2. Windows color (decimal): -12525069 or 15982912. OLE color: 15982912.

HSL color Cylindrical-coordinate representation of color #40E1F3: hue angle of 186.03º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E1F3 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB64225243-
CMYK0.740.0700.05
HSL186.03º88.18%60.2%-
HSV(B)186.03º73.66%95.29%-
XYZ45.2261.4194.26-
YUV178.91164.1646.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.03%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=12.03%
G=42.29%
B=45.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642252430.740.0700.05186.0388.1860.2
Hex40E1F34A705ba583c
Octal10034136311270527213074
Binary1000000111000011111001110010101110101101110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,243); }

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

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

 a { background-color: rgb(64,225,243); }

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

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

 span { border-color: rgb(64,225,243); }

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