#64D8FD

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

Shades of Turquoise Blue #64D8FD

Tints of Turquoise Blue #64D8FD

Color information

#64D8FD (or 0x64D8FD) is unknown color: approx Turquoise Blue. HEX triplet: 64, D8 and FD. RGB value is (100,216,253). Sum of RGB (Red+Green+Blue) = 100+216+253=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #64D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D8FD is #9B2702. Grayscale: #B9B9B9. Windows color (decimal): -10168067 or 16636004. OLE color: 16636004.

HSL color Cylindrical-coordinate representation of color #64D8FD: hue angle of 194.51º 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 #64D8FD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100216253-
CMYK0.600.1500.01
HSL194.51º97.45%69.22%-
HSV(B)194.51º60.47%99.22%-
XYZ47.5458.91101.79-
YUV185.53166.0766.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.57%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=17.57%
G=37.96%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1002162530.600.1500.01194.5197.4569.22
Hex64D8FD3CF01c36145
Octal144330375741701303141105
Binary110010011011000111111011111001111011100001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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