#64E7D7

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

Shades of Turquoise Blue #64E7D7

Tints of Turquoise Blue #64E7D7

Color information

#64E7D7 (or 0x64E7D7) is unknown color: approx Turquoise Blue. HEX triplet: 64, E7 and D7. RGB value is (100,231,215). Sum of RGB (Red+Green+Blue) = 100+231+215=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #64E7D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E7D7 is #9B1828. Grayscale: #BDBDBD. Windows color (decimal): -10164265 or 14149476. OLE color: 14149476.

HSL color Cylindrical-coordinate representation of color #64E7D7: hue angle of 172.67º degrees, saturation: 0.73, 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 #64E7D7 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB100231215-
CMYK0.5700.070.09
HSL172.67º73.18%64.9%-
HSV(B)172.67º56.71%90.59%-
XYZ46.164.7774.36-
YUV190.01142.163.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.32%
GREEN value IS 231 (90.62% from 255) = 42.31%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=18.32%
G=42.31%
B=39.38%

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
Decimal1002312150.5700.070.09172.6773.1864.9
Hex64E7D739079ad4941
Octal144347327710711255111101
Binary11001001110011111010111111001011110011010110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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