#64ECF5

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

Shades of Turquoise Blue #64ECF5

Tints of Turquoise Blue #64ECF5

Color information

#64ECF5 (or 0x64ECF5) is unknown color: approx Turquoise Blue. HEX triplet: 64, EC and F5. RGB value is (100,236,245). Sum of RGB (Red+Green+Blue) = 100+236+245=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #64ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECF5 is #9B130A. Grayscale: #C4C4C4. Windows color (decimal): -10162955 or 16116836. OLE color: 16116836.

HSL color Cylindrical-coordinate representation of color #64ECF5: hue angle of 183.72º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ECF5 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB100236245-
CMYK0.590.0400.04
HSL183.72º87.88%67.65%-
HSV(B)183.72º59.18%96.08%-
XYZ51.7369.2997.03-
YUV196.36155.4459.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.21%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 245 (96.09% from 255) = 42.17%
R=17.21%
G=40.62%
B=42.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002362450.590.0400.04183.7287.8867.65
Hex64ECF53B404b85844
Octal14435436573404270130104
Binary1100100111011001111010111101110001001011100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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