#64CAD8

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

Shades of Turquoise Blue #64CAD8

Tints of Turquoise Blue #64CAD8

Color information

#64CAD8 (or 0x64CAD8) is unknown color: approx Turquoise Blue. HEX triplet: 64, CA and D8. RGB value is (100,202,216). Sum of RGB (Red+Green+Blue) = 100+202+216=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #64CAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAD8 is #9B3527. Grayscale: #ACACAC. Windows color (decimal): -10171688 or 14207588. OLE color: 14207588.

HSL color Cylindrical-coordinate representation of color #64CAD8: hue angle of 187.24º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CAD8 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100202216-
CMYK0.540.0600.15
HSL187.24º59.79%61.96%-
HSV(B)187.24º53.7%84.71%-
XYZ38.7749.9172.56-
YUV173.1152.2175.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.31%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=19.31%
G=39.00%
B=41.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002022160.540.0600.15187.2459.7961.96
Hex64CAD83660Fbb3c3e
Octal1443123306660172737476
Binary110010011001010110110001101101100111110111011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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