#64EBED

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

Shades of Turquoise Blue #64EBED

Tints of Turquoise Blue #64EBED

Color information

#64EBED (or 0x64EBED) is unknown color: approx Turquoise Blue. HEX triplet: 64, EB and ED. RGB value is (100,235,237). Sum of RGB (Red+Green+Blue) = 100+235+237=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #64EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBED is #9B1412. Grayscale: #C2C2C2. Windows color (decimal): -10163219 or 15592292. OLE color: 15592292.

HSL color Cylindrical-coordinate representation of color #64EBED: hue angle of 180.88º degrees, saturation: 0.79, 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 #64EBED is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100235237-
CMYK0.580.0100.07
HSL180.88º79.19%66.08%-
HSV(B)180.88º57.81%92.94%-
XYZ50.2568.2490.64-
YUV194.86151.7760.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.48%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=17.48%
G=41.08%
B=41.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002352370.580.0100.07180.8879.1966.08
Hex64EBED3A107b54f42
Octal14435335572107265117102
Binary11001001110101111101101111010101111011010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,235,237); }

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

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

 a { background-color: rgb(100,235,237); }

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

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

 span { border-color: rgb(100,235,237); }

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