#64EED8

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

Shades of Turquoise Blue #64EED8

Tints of Turquoise Blue #64EED8

Color information

#64EED8 (or 0x64EED8) is unknown color: approx Turquoise Blue. HEX triplet: 64, EE and D8. RGB value is (100,238,216). Sum of RGB (Red+Green+Blue) = 100+238+216=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #64EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EED8 is #9B1127. Grayscale: #C2C2C2. Windows color (decimal): -10162472 or 14216804. OLE color: 14216804.

HSL color Cylindrical-coordinate representation of color #64EED8: hue angle of 170.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EED8 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB100238216-
CMYK0.5800.090.07
HSL170.43º80.23%66.27%-
HSV(B)170.43º57.98%93.33%-
XYZ48.2268.8275.71-
YUV194.23140.2860.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.05%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=18.05%
G=42.96%
B=38.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002382160.5800.090.07170.4380.2366.27
Hex64EED83A097aa5042
Octal144356330720117252120102
Binary11001001110111011011000111010010011111010101010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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