#64E9FA

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

Shades of Turquoise Blue #64E9FA

Tints of Turquoise Blue #64E9FA

Color information

#64E9FA (or 0x64E9FA) is unknown color: approx Turquoise Blue. HEX triplet: 64, E9 and FA. RGB value is (100,233,250). Sum of RGB (Red+Green+Blue) = 100+233+250=583 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.15% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #64E9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E9FA is #9B1605. Grayscale: #C2C2C2. Windows color (decimal): -10163718 or 16443748. OLE color: 16443748.

HSL color Cylindrical-coordinate representation of color #64E9FA: hue angle of 186.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64E9FA is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100233250-
CMYK0.60.0700.02
HSL186.8º93.75%68.63%-
HSV(B)186.8º60%98.04%-
XYZ51.6567.89100.82-
YUV195.17158.9460.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.15%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=17.15%
G=39.97%
B=42.88%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002332500.60.0700.02186.893.7568.63
Hex64E9FA3C702bb5e45
Octal14435137274702273136105
Binary110010011101001111110101111001110101011101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,233,250); }

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

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

 a { background-color: rgb(100,233,250); }

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

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

 span { border-color: rgb(100,233,250); }

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