#64EEEF

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

Shades of Turquoise Blue #64EEEF

Tints of Turquoise Blue #64EEEF

Color information

#64EEEF (or 0x64EEEF) is unknown color: approx Turquoise Blue. HEX triplet: 64, EE and EF. RGB value is (100,238,239). Sum of RGB (Red+Green+Blue) = 100+238+239=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #64EEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEEF is #9B1110. Grayscale: #C4C4C4. Windows color (decimal): -10162449 or 15724132. OLE color: 15724132.

HSL color Cylindrical-coordinate representation of color #64EEEF: hue angle of 180.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EEEF is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB100238239-
CMYK0.580.0000.06
HSL180.43º81.29%66.47%-
HSV(B)180.43º58.16%93.73%-
XYZ51.4170.0992.48-
YUV196.85151.7858.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.33%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=17.33%
G=41.25%
B=41.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1002382390.580.0000.06180.4381.2966.47
Hex64EEEF3A006b45142
Octal14435635772006264121102
Binary11001001110111011101111111010001101011010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,238,239); }

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

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

 a { background-color: rgb(100,238,239); }

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

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

 span { border-color: rgb(100,238,239); }

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