#64D3F9

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

Shades of Turquoise Blue #64D3F9

Tints of Turquoise Blue #64D3F9

Color information

#64D3F9 (or 0x64D3F9) is unknown color: approx Turquoise Blue. HEX triplet: 64, D3 and F9. RGB value is (100,211,249). Sum of RGB (Red+Green+Blue) = 100+211+249=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #64D3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D3F9 is #9B2C06. Grayscale: #B5B5B5. Windows color (decimal): -10169351 or 16372580. OLE color: 16372580.

HSL color Cylindrical-coordinate representation of color #64D3F9: hue angle of 195.3º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D3F9 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100211249-
CMYK0.600.1500.02
HSL195.3º92.55%68.43%-
HSV(B)195.3º59.84%97.65%-
XYZ45.6556.1498.05-
YUV182.14165.7369.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.86%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=17.86%
G=37.68%
B=44.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002112490.600.1500.02195.392.5568.43
Hex64D3F93CF02c35d44
Octal144323371741702303135104
Binary1100100110100111111100111110011110101100001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,211,249); }

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

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

 a { background-color: rgb(100,211,249); }

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

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

 span { border-color: rgb(100,211,249); }

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