#64DAED

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

Shades of Turquoise Blue #64DAED

Tints of Turquoise Blue #64DAED

Color information

#64DAED (or 0x64DAED) is unknown color: approx Turquoise Blue. HEX triplet: 64, DA and ED. RGB value is (100,218,237). Sum of RGB (Red+Green+Blue) = 100+218+237=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #64DAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAED is #9B2512. Grayscale: #B8B8B8. Windows color (decimal): -10167571 or 15587940. OLE color: 15587940.

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

Color convert

RGB100218237-
CMYK0.580.0800.07
HSL188.32º79.19%66.08%-
HSV(B)188.32º57.81%92.94%-
XYZ45.6158.9789.1-
YUV184.88157.4167.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.02%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=18.02%
G=39.28%
B=42.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002182370.580.0800.07188.3279.1966.08
Hex64DAED3A807bc4f42
Octal144332355721007274117102
Binary11001001101101011101101111010100001111011110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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