#64DCDE

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

Shades of Turquoise Blue #64DCDE

Tints of Turquoise Blue #64DCDE

Color information

#64DCDE (or 0x64DCDE) is unknown color: approx Turquoise Blue. HEX triplet: 64, DC and DE. RGB value is (100,220,222). Sum of RGB (Red+Green+Blue) = 100+220+222=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #64DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCDE is #9B2321. Grayscale: #B8B8B8. Windows color (decimal): -10167074 or 14605412. OLE color: 14605412.

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

Color convert

RGB100220222-
CMYK0.550.0100.13
HSL180.98º64.89%63.14%-
HSV(B)180.98º54.95%87.06%-
XYZ44.0359.1778.21-
YUV184.35149.2467.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.45%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=18.45%
G=40.59%
B=40.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002202220.550.0100.13180.9864.8963.14
Hex64DCDE3710Db5413f
Octal14433433667101526510177
Binary11001001101110011011110110111101101101101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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