#40E4EE

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

Shades of Turquoise #40E4EE

Tints of Turquoise #40E4EE

Color information

#40E4EE (or 0x40E4EE) is unknown color: approx Turquoise. HEX triplet: 40, E4 and EE. RGB value is (64,228,238). Sum of RGB (Red+Green+Blue) = 64+228+238=530 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.08% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #40E4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E4EE is #BF1B11. Grayscale: #B3B3B3. Windows color (decimal): -12524306 or 15656000. OLE color: 15656000.

HSL color Cylindrical-coordinate representation of color #40E4EE: hue angle of 183.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E4EE is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64228238-
CMYK0.730.0400.07
HSL183.45º83.65%59.22%-
HSV(B)183.45º73.11%93.33%-
XYZ45.2962.7590.61-
YUV180.1160.6745.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.08%
GREEN value IS 228 (89.45% from 255) = 43.02%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=12.08%
G=43.02%
B=44.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal642282380.730.0400.07183.4583.6559.22
Hex40E4EE49407b7543b
Octal10034435611140726712473
Binary1000000111001001110111010010011000111101101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,228,238); }

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

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

 a { background-color: rgb(64,228,238); }

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

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

 span { border-color: rgb(64,228,238); }

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