#64E5E3

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

Shades of Turquoise Blue #64E5E3

Tints of Turquoise Blue #64E5E3

Color information

#64E5E3 (or 0x64E5E3) is unknown color: approx Turquoise Blue. HEX triplet: 64, E5 and E3. RGB value is (100,229,227). Sum of RGB (Red+Green+Blue) = 100+229+227=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5E3 is #9B1A1C. Grayscale: #BEBEBE. Windows color (decimal): -10164765 or 14935396. OLE color: 14935396.

HSL color Cylindrical-coordinate representation of color #64E5E3: hue angle of 179.07º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5E3 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB100229227-
CMYK0.5600.010.10
HSL179.07º71.27%64.51%-
HSV(B)179.07º56.33%89.8%-
XYZ47.1464.2982.6-
YUV190.2148.7663.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.99%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=17.99%
G=41.19%
B=40.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1002292270.5600.010.10179.0771.2764.51
Hex64E5E33801Ab34741
Octal144345343700112263107101
Binary110010011100101111000111110000110101011001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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