#64E8D7

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

Shades of Turquoise Blue #64E8D7

Tints of Turquoise Blue #64E8D7

Color information

#64E8D7 (or 0x64E8D7) is unknown color: approx Turquoise Blue. HEX triplet: 64, E8 and D7. RGB value is (100,232,215). Sum of RGB (Red+Green+Blue) = 100+232+215=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #64E8D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E8D7 is #9B1728. Grayscale: #BEBEBE. Windows color (decimal): -10164009 or 14149732. OLE color: 14149732.

HSL color Cylindrical-coordinate representation of color #64E8D7: hue angle of 172.27º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E8D7 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB100232215-
CMYK0.5700.070.09
HSL172.27º74.16%65.1%-
HSV(B)172.27º56.9%90.98%-
XYZ46.3865.3374.46-
YUV190.59141.7763.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.28%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=18.28%
G=42.41%
B=39.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002322150.5700.070.09172.2774.1665.1
Hex64E8D739079ac4a41
Octal144350327710711254112101
Binary11001001110100011010111111001011110011010110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,232,215); }

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

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

 a { background-color: rgb(100,232,215); }

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

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

 span { border-color: rgb(100,232,215); }

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