#64E1EA

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

Shades of Turquoise Blue #64E1EA

Tints of Turquoise Blue #64E1EA

Color information

#64E1EA (or 0x64E1EA) is unknown color: approx Turquoise Blue. HEX triplet: 64, E1 and EA. RGB value is (100,225,234). Sum of RGB (Red+Green+Blue) = 100+225+234=559 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.89% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #64E1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E1EA is #9B1E15. Grayscale: #BCBCBC. Windows color (decimal): -10165782 or 15393124. OLE color: 15393124.

HSL color Cylindrical-coordinate representation of color #64E1EA: hue angle of 184.03º 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 #64E1EA is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100225234-
CMYK0.570.0400.08
HSL184.03º76.14%65.49%-
HSV(B)184.03º57.26%91.76%-
XYZ47.0362.587.43-
YUV188.65153.5964.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.89%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=17.89%
G=40.25%
B=41.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002252340.570.0400.08184.0376.1465.49
Hex64E1EA39408b84c41
Octal144341352714010270114101
Binary11001001110000111101010111001100010001011100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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