#64DEDC

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

Shades of Turquoise Blue #64DEDC

Tints of Turquoise Blue #64DEDC

Color information

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

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

Color convert

RGB100222220-
CMYK0.5500.010.13
HSL179.02º64.89%63.14%-
HSV(B)179.02º54.95%87.06%-
XYZ44.360.1276.98-
YUV185.29147.5867.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002222200.5500.010.13179.0264.8963.14
Hex64DEDC3701Db3413f
Octal14433633467011526310177
Binary11001001101111011011100110111011101101100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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