#64EFEE

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

Shades of Turquoise Blue #64EFEE

Tints of Turquoise Blue #64EFEE

Color information

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

HSL color Cylindrical-coordinate representation of color #64EFEE: hue angle of 179.57º 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 #64EFEE is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB100239238-
CMYK0.5800.000.06
HSL179.57º81.29%66.47%-
HSV(B)179.57º58.16%93.73%-
XYZ51.5570.6291.8-
YUV197.32150.9558.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1002392380.5800.000.06179.5781.2966.47
Hex64EFEE3A006b45142
Octal14435735672006264121102
Binary11001001110111111101110111010001101011010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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