#64e6d7

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

Shades of Turquoise Blue #64E6D7

Tints of Turquoise Blue #64E6D7

Color information

#64E6D7 (or 0x64E6D7) is unknown color: approx Turquoise Blue. HEX triplet: 64, E6 and D7. RGB value is (100,230,215). Sum of RGB (Red+Green+Blue) = 100+230+215=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #64E6D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E6D7 is #9B1928. Grayscale: #BDBDBD. Windows color (decimal): -10164521 or 14149220. OLE color: 14149220.

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

Color convert

RGB100230215-
CMYK0.5700.070.10
HSL173.08º72.22%64.71%-
HSV(B)173.08º56.52%90.2%-
XYZ45.8264.2174.27-
YUV189.42142.4364.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.35%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=18.35%
G=42.20%
B=39.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1002302150.5700.070.10173.0872.2264.71
Hex64E6D73907Aad4841
Octal144346327710712255110101
Binary11001001110011011010111111001011110101010110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64e6d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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