#64DAF6

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

Shades of Turquoise Blue #64DAF6

Tints of Turquoise Blue #64DAF6

Color information

#64DAF6 (or 0x64DAF6) is unknown color: approx Turquoise Blue. HEX triplet: 64, DA and F6. RGB value is (100,218,246). Sum of RGB (Red+Green+Blue) = 100+218+246=564 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.73% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #64DAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAF6 is #9B2509. Grayscale: #B9B9B9. Windows color (decimal): -10167562 or 16177764. OLE color: 16177764.

HSL color Cylindrical-coordinate representation of color #64DAF6: hue angle of 191.51º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64DAF6 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB100218246-
CMYK0.590.1100.04
HSL191.51º89.02%67.84%-
HSV(B)191.51º59.35%96.47%-
XYZ46.9659.5196.2-
YUV185.91161.9166.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.73%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=17.73%
G=38.65%
B=43.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002182460.590.1100.04191.5189.0267.84
Hex64DAF63BB04c05944
Octal144332366731304300131104
Binary11001001101101011110110111011101101001100000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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