#64ECF1

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

Shades of Turquoise Blue #64ECF1

Tints of Turquoise Blue #64ECF1

Color information

#64ECF1 (or 0x64ECF1) is unknown color: approx Turquoise Blue. HEX triplet: 64, EC and F1. RGB value is (100,236,241). Sum of RGB (Red+Green+Blue) = 100+236+241=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #64ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECF1 is #9B130E. Grayscale: #C3C3C3. Windows color (decimal): -10162959 or 15854692. OLE color: 15854692.

HSL color Cylindrical-coordinate representation of color #64ECF1: hue angle of 182.13º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ECF1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100236241-
CMYK0.590.0200.05
HSL182.13º83.43%66.86%-
HSV(B)182.13º58.51%94.51%-
XYZ51.1369.0593.85-
YUV195.91153.4459.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.33%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=17.33%
G=40.90%
B=41.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002362410.590.0200.05182.1383.4366.86
Hex64ECF13B205b65343
Octal14435436173205266123103
Binary110010011101100111100011110111001011011011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,236,241); }

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

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

 a { background-color: rgb(100,236,241); }

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

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

 span { border-color: rgb(100,236,241); }

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