#64E5D4

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

Shades of Turquoise Blue #64E5D4

Tints of Turquoise Blue #64E5D4

Color information

#64E5D4 (or 0x64E5D4) is unknown color: approx Turquoise Blue. HEX triplet: 64, E5 and D4. RGB value is (100,229,212). Sum of RGB (Red+Green+Blue) = 100+229+212=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5D4 is #9B1A2B. Grayscale: #BCBCBC. Windows color (decimal): -10164780 or 13952356. OLE color: 13952356.

HSL color Cylindrical-coordinate representation of color #64E5D4: hue angle of 172.09º 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 #64E5D4 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB100229212-
CMYK0.5600.070.10
HSL172.09º71.27%64.51%-
HSV(B)172.09º56.33%89.8%-
XYZ45.1663.572.16-
YUV188.49141.2664.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.48%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=18.48%
G=42.33%
B=39.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1002292120.5600.070.10172.0971.2764.51
Hex64E5D43807Aac4741
Octal144345324700712254107101
Binary11001001110010111010100111000011110101010110010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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