#64D5FD

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

Shades of Turquoise Blue #64D5FD

Tints of Turquoise Blue #64D5FD

Color information

#64D5FD (or 0x64D5FD) is unknown color: approx Turquoise Blue. HEX triplet: 64, D5 and FD. RGB value is (100,213,253). Sum of RGB (Red+Green+Blue) = 100+213+253=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D5FD is #9B2A02. Grayscale: #B7B7B7. Windows color (decimal): -10168835 or 16635236. OLE color: 16635236.

HSL color Cylindrical-coordinate representation of color #64D5FD: hue angle of 195.69º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D5FD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100213253-
CMYK0.600.1600.01
HSL195.69º97.45%69.22%-
HSV(B)195.69º60.47%99.22%-
XYZ46.7857.39101.54-
YUV183.77167.0668.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.67%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=17.67%
G=37.63%
B=44.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002132530.600.1600.01195.6997.4569.22
Hex64D5FD3C1001c46145
Octal144325375742001304141105
Binary1100100110101011111110111110010000011100010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,253); }

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

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

 a { background-color: rgb(100,213,253); }

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

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

 span { border-color: rgb(100,213,253); }

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