#64E5EA

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

Shades of Turquoise Blue #64E5EA

Tints of Turquoise Blue #64E5EA

Color information

#64E5EA (or 0x64E5EA) is unknown color: approx Turquoise Blue. HEX triplet: 64, E5 and EA. RGB value is (100,229,234). Sum of RGB (Red+Green+Blue) = 100+229+234=563 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.76% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #64E5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E5EA is #9B1A15. Grayscale: #BEBEBE. Windows color (decimal): -10164758 or 15394148. OLE color: 15394148.

HSL color Cylindrical-coordinate representation of color #64E5EA: hue angle of 182.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E5EA is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100229234-
CMYK0.570.0200.08
HSL182.24º76.14%65.49%-
HSV(B)182.24º57.26%91.76%-
XYZ48.1364.6987.79-
YUV191152.2663.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.76%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=17.76%
G=40.67%
B=41.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002292340.570.0200.08182.2476.1465.49
Hex64E5EA39208b64c41
Octal144345352712010266114101
Binary1100100111001011110101011100110010001011011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64E5EA; }

 p { color: rgb(100,229,234); }

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

<style>
 a { background-color: #64E5EA; }

 a { background-color: rgb(100,229,234); }

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

<style>
 span { border-color: #64E5EA; }

 span { border-color: rgb(100,229,234); }

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