#64DADD

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

Shades of Turquoise Blue #64DADD

Tints of Turquoise Blue #64DADD

Color information

#64DADD (or 0x64DADD) is unknown color: approx Turquoise Blue. HEX triplet: 64, DA and DD. RGB value is (100,218,221). Sum of RGB (Red+Green+Blue) = 100+218+221=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #64DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DADD is #9B2522. Grayscale: #B6B6B6. Windows color (decimal): -10167587 or 14539364. OLE color: 14539364.

HSL color Cylindrical-coordinate representation of color #64DADD: hue angle of 181.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DADD is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100218221-
CMYK0.550.0100.13
HSL181.49º64.02%62.94%-
HSV(B)181.49º54.75%86.67%-
XYZ43.3858.0777.33-
YUV183.06149.4168.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=18.55%
G=40.45%
B=41.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002182210.550.0100.13181.4964.0262.94
Hex64DADD3710Db5403f
Octal14433233567101526510077
Binary11001001101101011011101110111101101101101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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