#64EBE6

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

Shades of Turquoise Blue #64EBE6

Tints of Turquoise Blue #64EBE6

Color information

#64EBE6 (or 0x64EBE6) is unknown color: approx Turquoise Blue. HEX triplet: 64, EB and E6. RGB value is (100,235,230). Sum of RGB (Red+Green+Blue) = 100+235+230=565 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.70% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBE6 is #9B1419. Grayscale: #C1C1C1. Windows color (decimal): -10163226 or 15133540. OLE color: 15133540.

HSL color Cylindrical-coordinate representation of color #64EBE6: hue angle of 177.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBE6 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB100235230-
CMYK0.5700.020.08
HSL177.78º77.14%65.69%-
HSV(B)177.78º57.45%92.16%-
XYZ49.2567.8485.36-
YUV194.06148.2760.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.70%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=17.70%
G=41.59%
B=40.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002352300.5700.020.08177.7877.1465.69
Hex64EBE639028b24d42
Octal144353346710210262115102
Binary1100100111010111110011011100101010001011001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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