#64D9DE

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

Shades of Turquoise Blue #64D9DE

Tints of Turquoise Blue #64D9DE

Color information

#64D9DE (or 0x64D9DE) is unknown color: approx Turquoise Blue. HEX triplet: 64, D9 and DE. RGB value is (100,217,222). Sum of RGB (Red+Green+Blue) = 100+217+222=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #64D9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9DE is #9B2621. Grayscale: #B6B6B6. Windows color (decimal): -10167842 or 14604644. OLE color: 14604644.

HSL color Cylindrical-coordinate representation of color #64D9DE: hue angle of 182.46º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64D9DE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100217222-
CMYK0.550.0200.13
HSL182.46º64.89%63.14%-
HSV(B)182.46º54.95%87.06%-
XYZ43.2557.6177.95-
YUV182.59150.2469.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=18.55%
G=40.26%
B=41.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002172220.550.0200.13182.4664.8963.14
Hex64D9DE3720Db6413f
Octal14433133667201526610177
Binary110010011011001110111101101111001101101101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,222); }

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

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

 a { background-color: rgb(100,217,222); }

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

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

 span { border-color: rgb(100,217,222); }

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