#64E2E7

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

Shades of Turquoise Blue #64E2E7

Tints of Turquoise Blue #64E2E7

Color information

#64E2E7 (or 0x64E2E7) is unknown color: approx Turquoise Blue. HEX triplet: 64, E2 and E7. RGB value is (100,226,231). Sum of RGB (Red+Green+Blue) = 100+226+231=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #64E2E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E2E7 is #9B1D18. Grayscale: #BCBCBC. Windows color (decimal): -10165529 or 15196772. OLE color: 15196772.

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

Color convert

RGB100226231-
CMYK0.570.0200.09
HSL182.29º73.18%64.9%-
HSV(B)182.29º56.71%90.59%-
XYZ46.8862.8785.27-
YUV188.9151.7664.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.95%
GREEN value IS 226 (88.67% from 255) = 40.57%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=17.95%
G=40.57%
B=41.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002262310.570.0200.09182.2973.1864.9
Hex64E2E739209b64941
Octal144342347712011266111101
Binary1100100111000101110011111100110010011011011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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