#40EBE4

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

Shades of Turquoise #40EBE4

Tints of Turquoise #40EBE4

Color information

#40EBE4 (or 0x40EBE4) is unknown color: approx Turquoise. HEX triplet: 40, EB and E4. RGB value is (64,235,228). Sum of RGB (Red+Green+Blue) = 64+235+228=527 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.14% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBE4 is #BF141B. Grayscale: #B6B6B6. Windows color (decimal): -12522524 or 15002432. OLE color: 15002432.

HSL color Cylindrical-coordinate representation of color #40EBE4: hue angle of 177.54º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBE4 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB64235228-
CMYK0.7300.030.08
HSL177.54º81.04%58.63%-
HSV(B)177.54º72.77%92.16%-
XYZ45.8366.1183.74-
YUV183.07153.3543.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.14%
GREEN value IS 235 (92.19% from 255) = 44.59%
BLUE value IS 228 (89.45% from 255) = 43.26%
R=12.14%
G=44.59%
B=43.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642352280.7300.030.08177.5481.0458.63
Hex40EBE449038b2513b
Octal100353344111031026212173
Binary1000000111010111110010010010010111000101100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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