#40E1EF

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

Shades of Turquoise #40E1EF

Tints of Turquoise #40E1EF

Color information

#40E1EF (or 0x40E1EF) is unknown color: approx Turquoise. HEX triplet: 40, E1 and EF. RGB value is (64,225,239). Sum of RGB (Red+Green+Blue) = 64+225+239=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #40E1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E1EF is #BF1E10. Grayscale: #B2B2B2. Windows color (decimal): -12525073 or 15720768. OLE color: 15720768.

HSL color Cylindrical-coordinate representation of color #40E1EF: hue angle of 184.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E1EF is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB64225239-
CMYK0.730.0600.06
HSL184.8º84.54%59.41%-
HSV(B)184.8º73.22%93.73%-
XYZ44.6261.1791.12-
YUV178.46162.1646.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.12%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=12.12%
G=42.61%
B=45.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642252390.730.0600.06184.884.5459.41
Hex40E1EF49606b9553b
Octal10034135711160627112573
Binary1000000111000011110111110010011100110101110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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